ProjectPostUpdatedEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnUpdated(PSContextInfo, ProjectPostUpdatedEventArgs) event handler method and the OnAdded(PSContextInfo, ProjectPostUpdatedEventArgs) event handler method.
The ProjectPostUpdatedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectPostUpdatedEventArgs | Creates an instance of the ProjectPostUpdatedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
IsWorkingStore | Gets a Boolean value that indicates whether the dataset resides in the Drafts database. (Inherited from ProjectPostEventArgs.) | |
ProjectDataSet | Gets the primary dataset that is used in the project. | |
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