VistaDB 6
VistaDB.DDA Namespace / DDAEventDelegateType Enumeration


In This Topic
    DDAEventDelegateType Enumeration
    In This Topic
    The event type being raised from the DDA Engine during a table operation
    Syntax
    'Declaration
     
    
    Public Enum DDAEventDelegateType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DDAEventDelegateType
    public enum DDAEventDelegateType : System.Enum 
    Members
    MemberDescription
    AfterDeleteCall event handler after delete operation
    AfterInsertCall event handler after insert operation
    AfterUpdateCall event handler after update operation
    BeforeDeleteCall event handler before delete operation
    BeforeInsertCall event handler before insert operation
    BeforeUpdateCall event handler before update operation
    NewVersionCall event handler when new table version is found
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             VistaDB.DDA.DDAEventDelegateType

    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