menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BpmnEvents - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BpmnEvents

    Defines the type of the Bpmn Events Start - Sets the type of the Bpmn Event as Start Intermediate - Sets the type of the Bpmn Event as Intermediate End - Sets the type of the Bpmn Event as End NonInterruptingStart - Sets the type of the Bpmn Event as NonInterruptingStart NonInterruptingIntermediate - Sets the type of the Bpmn Event as NonInterruptingIntermediate ThrowingIntermediate - Sets the type of the Bpmn Event as ThrowingIntermediate

    Inheritance
    System.Object
    BpmnEvents
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class BpmnEvents : Enum

    Fields

    End

    Declaration
    public const BpmnEvents End
    Field Value
    Type
    BpmnEvents

    Intermediate

    Declaration
    public const BpmnEvents Intermediate
    Field Value
    Type
    BpmnEvents

    NonInterruptingIntermediate

    Declaration
    public const BpmnEvents NonInterruptingIntermediate
    Field Value
    Type
    BpmnEvents

    NonInterruptingStart

    Declaration
    public const BpmnEvents NonInterruptingStart
    Field Value
    Type
    BpmnEvents

    Start

    Declaration
    public const BpmnEvents Start
    Field Value
    Type
    BpmnEvents

    ThrowingIntermediate

    Declaration
    public const BpmnEvents ThrowingIntermediate
    Field Value
    Type
    BpmnEvents
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved