IDesktopFeatureAccess.AfterWorkflowStartedEventEvent Event
Raised after a workflow is started.
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.AfterWorkflowStartedEventEvent, handler
Syntax
'Declaration
Event AfterWorkflowStartedEventEvent As EventHandler(Of WorkflowEventArgs)
event EventHandler<WorkflowEventArgs> AfterWorkflowStartedEventEvent
event EventHandler<WorkflowEventArgs^>^ AfterWorkflowStartedEventEvent {
void add (EventHandler<WorkflowEventArgs^>^ value);
void remove (EventHandler<WorkflowEventArgs^>^ value);
}
/** @event */
void add_AfterWorkflowStartedEventEvent (EventHandler<WorkflowEventArgs> value)
/** @event */
void remove_AfterWorkflowStartedEventEvent (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.