WorkflowDesignerControlBase.WorkflowDesignerCreated Event
In This Article
Occurs after the WorkflowDesignerControlBase.Designer property is initialized
Namespace: DevExpress.ExpressApp.Workflow.Win
Assembly: DevExpress.ExpressApp.Workflow.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Workflow.Win
#Declaration
public static event EventHandler<WorkflowDesignerCreatedEventArgs> WorkflowDesignerCreated
#Event Data
The WorkflowDesignerCreated event's data class is DevExpress.ExpressApp.Workflow.Win.WorkflowDesignerCreatedEventArgs.
#Remarks
Handle this event to customize the WorkflowDesigner object which renders the visual representation of a workflow model. This object is available via the WorkflowDesigner argument.
See Also