Skip to main content
A newer version of this page is available. .

WorkflowDesignerControlBase.WorkflowDesignerCreated Event

Occurs after the WorkflowDesignerControlBase.Designer property is initialized

Namespace: DevExpress.ExpressApp.Workflow.Win

Assembly: DevExpress.ExpressApp.Workflow.Win.v18.2.dll

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