Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

WorkflowDesignerControlBase.WorkflowDesignerCreated Event

Occurs after the WorkflowDesignerControlBase.Designer property is initialized

Namespace: DevExpress.ExpressApp.Workflow.Win

Assembly: DevExpress.ExpressApp.Workflow.Win.v23.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