adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Response Class / Events Property


In This Topic
    Events Property
    In This Topic
    Collection of events defining the conditions that cause the Response to execute
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Events As ResponseEventCollection
    [NotNull()]
    public ResponseEventCollection Events {get;}
    [NotNull()]
    public:
    property ResponseEventCollection^ Events {
       ResponseEventCollection^ get();
    }
    Remarks
    The Response is triggered whenever any of the defined Events occur.
    See Also