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