Click or drag to resize
WorkflowStateChangeEventArgs Properties

The WorkflowStateChangeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the document the event is raised for.
(Inherited from DocumentEventArgs.)
Public propertyPerson
Gets the user name of the person in the new state.
(Inherited from WorkflowPersonChangeEventArgs.)
Public propertySource
Gets the current state of the document.
Public propertyTarget
Gets the new state of the document.
Top
See Also