LookupTableEventReceiver Members
Include Protected Members
Include Inherited Members
Includes event handlers for methods in the [LookupTable Web service].LookupTable class.
The LookupTableEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupTableEventReceiver | Creates an instance of the LookupTableEventReceiver class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnCheckedIn | A post-event handler for the CheckInLookupTables method. | |
OnCheckedOut | A post-event handler for the CheckOutLookupTables method. | |
OnCheckingIn | A pre-event handler for the CheckInLookupTables method. | |
OnCheckingOut | A pre-event handler for the CheckOutLookupTables method. | |
OnCreated | A post-event handler for the CreateLookupTables and CreateLookupTablesMultiLang methods. | |
OnCreating | A pre-event handler for the CreateLookupTables and CreateLookupTablesMultiLang methods. | |
OnDeleted | A post-event handler for the DeleteLookupTables method. | |
OnDeleting | A pre-event handler for the DeleteLookupTables method. | |
OnUpdated | A post-event handler for the UpdateLookupTables and UpdateLookupTablesMultiLang methods. | |
OnUpdating | A pre-event handler for the UpdateLookupTables and UpdateLookupTablesMultiLang methods. | |
ToString | (Inherited from Object.) |
Top