UserDelegationCreatePreEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnCreating event handler method.
The UserDelegationCreatePreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserDelegationCreatePreEventArgs | Creates an instance of the UserDelegationDataSet class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel the creation of the user delegation. | |
CancelReason | Reads or writes the text that explains why the user delegation creation is to be canceled. | |
UserDelegationInformation | Gets a dataset that represents users who delegate permissions and users to whom permissions are delegated. |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels the creation of the user delegation. | |
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