Class WorkflowApplicationEventArgs
Inheritance
System.Object
WorkflowApplicationEventArgs
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowApplicationEventArgs : EventArgs
Properties
InstanceId
Declaration
public Guid InstanceId { get; }
Property Value
System.Guid
|
Methods
GetInstanceExtensions<T>()
Declaration
public IEnumerable<T> GetInstanceExtensions<T>()
where T : class
Returns
System.Collections.Generic.IEnumerable<T>
|
Type Parameters
T
|