Microsoft.Activities.Extensions |
WorkflowEpisode..::..Unloaded Property |
WorkflowEpisode Class See Also Send Feedback |
Gets or sets the unloaded delegate.
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
protected Action<WorkflowApplicationEventArgs> Unloaded { get; set; } |
Visual Basic |
---|
Protected Property Unloaded As Action(Of WorkflowApplicationEventArgs) Get Set |
Visual C++ |
---|
protected: property Action<WorkflowApplicationEventArgs^>^ Unloaded { Action<WorkflowApplicationEventArgs^>^ get (); void set (Action<WorkflowApplicationEventArgs^>^ value); } |