IDesktopFeatureAccess.AfterWorkflowStatusChangeEvent Event
Raised after the workflow status changes.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim instance As IDesktopFeatureAccess
Dim handler As EventHandler(Of WorkflowEventArgs)
AddHandler instance.AfterWorkflowStatusChangeEvent, handler
Syntax
'Declaration
Event AfterWorkflowStatusChangeEvent As EventHandler(Of WorkflowEventArgs)
event EventHandler<WorkflowEventArgs> AfterWorkflowStatusChangeEvent
event EventHandler<WorkflowEventArgs^>^ AfterWorkflowStatusChangeEvent {
void add (EventHandler<WorkflowEventArgs^>^ value);
void remove (EventHandler<WorkflowEventArgs^>^ value);
}
/** @event */
void add_AfterWorkflowStatusChangeEvent (EventHandler<WorkflowEventArgs> value)
/** @event */
void remove_AfterWorkflowStatusChangeEvent (EventHandler<WorkflowEventArgs> value)
Platforms
See Also
Reference
IDesktopFeatureAccess Interface
IDesktopFeatureAccess Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.