LookupTableDeletePreEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnDeleting event handler method.
The LookupTableDeletePreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupTableDeletePreEventArgs | Creates an instance of the LookupTableDeletePreEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel deletion of a lookup table. | |
CancelReason | Reads or writes the text that explains why deletion of a lookup table is to be canceled. | |
LookupTables | Gets the collection of GUIDs that are associated with the lookup table that has been deleted. (Inherited from LookupTableDeletePostEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels deletion of a lookup table. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top