ResourceAuthorizationPreEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnSettingAuthorization event handler method.
The ResourceAuthorizationPreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResourceAuthorizationPreEventArgs | Creates an instance of the ResourceAuthorizationPreEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel the authorization of a resource. | |
CancelReason | Reads or writes the text that explains why authorization of a resource is to be canceled. | |
ResourceAuthorizationInformation | Gets a dataset that contains information about a resource authorization. |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels the authorization of the resource. | |
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