VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / ResetEventDelegate Method
Event type


In This Topic
    ResetEventDelegate Method
    In This Topic
    Reset event delegate type called by DDA
    Syntax
    'Declaration
     
    
    Sub ResetEventDelegate( _
       ByVal eventType As DDAEventDelegateType _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim eventType As DDAEventDelegateType
     
    instance.ResetEventDelegate(eventType)
    void ResetEventDelegate( 
       DDAEventDelegateType eventType
    )

    Parameters

    eventType
    Event type
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also