ProjectPostEntitiesDeletedEventArgs members
Represents methods and properties in the post-event arguments for the OnEntitiesDeleted event handler method.
The ProjectPostEntitiesDeletedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectPostEntitiesDeletedEventArgs | Creates an instance of the ProjectPostEntitiesDeletedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Entities | Gets a collection of GUIDs that represent the deleted project entities. | |
IsWorkingStore | Gets a Boolean value that indicates whether the dataset resides in the Drafts database. (Inherited from ProjectPostEventArgs.) | |
ProjectGuid | Gets the GUID of the project. (Inherited from ProjectPostEventArgs.) | |
ProjectName | Gets the project name. (Inherited from ProjectPostEventArgs.) |
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