WorkflowRunningEventArgs members
Represents methods and properties in the pre-event arguments for the OnRunning event handler method.
The WorkflowRunningEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowRunningEventArgs() | ||
WorkflowRunningEventArgs(Guid, Guid, Guid) | Creates an instance of the WorkflowRunningEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel an event that is associated with a project entity. (Inherited from PreEventArgs.) | |
CancelReason | Reads or writes text that explains why an event that is associated with a project entity is to be canceled. (Inherited from PreEventArgs.) | |
EnterpriseProjectTypeUid | Gets the GUID of the enterprise project type (EPT) used to create the project. | |
ProjectUid | Gets the GUID of the project. | |
WorkflowInstanceUid | Gets the GUID of a workflow instance of the current project. |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels an event that is associated with a project entity. (Inherited from PreEventArgs.) | |
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