LookupTableCheckOutPreEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnCheckingOut event handler method.
The LookupTableCheckOutPreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupTableCheckOutPreEventArgs | Creates an instance of the LookupTableCheckOutPreEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel check out of a lookup table. | |
CancelReason | Reads or writes the text that explains why check out of a lookup table is to be canceled. | |
LookupTables | Gets the collection of GUIDs that are associated with the lookup table that is checked out. (Inherited from LookupTableCheckOutPostEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels check out of the 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