ResourceDeletePostEventArgs members
Represents methods and properties in the post-event arguments for the OnDeleted event handler method.
The ResourceDeletePostEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResourceDeletePostEventArgs() | ||
ResourceDeletePostEventArgs([], String) | Creates an instance of the ResourceDeletePostEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
DeletedResources | Gets a collection of the GUIDs that represent the deleted resources. | |
DeletionComment | Gets the text that provides information about a deleted resource. |
Top
Methods
Name | Description | |
---|---|---|
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