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