Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET 5.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.v21.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