SPModificationEventArgs members
Represents the event parameters of an event involving a workflow modification.
The SPModificationEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Identity | (Inherited from ExternalDataEventArgs.) | |
InstanceId | (Inherited from ExternalDataEventArgs.) | |
WaitForIdle | (Inherited from ExternalDataEventArgs.) | |
WorkHandler | (Inherited from ExternalDataEventArgs.) | |
WorkItem | (Inherited from ExternalDataEventArgs.) |
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
Fields
Name | Description | |
---|---|---|
data | The context data of the workflow modification. | |
modificationId | The ID of the workflow modification. | |
user | The user who modified the workflow. |
Top