menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EventType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EventType

    Specifies the EventTypes.

    Inheritance
    System.Object
    EventType
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class EventType : Enum

    Fields

    End

    Specifies that an Event is a End Event according to BPMN.

    Declaration
    public const EventType End
    Field Value
    Type
    EventType

    Intermediate

    Specifies that an Event is a Intermediate Event according to BPMN.

    Declaration
    public const EventType Intermediate
    Field Value
    Type
    EventType

    NonInterruptingIntermediate

    Specifies that an Event is a NonInterruptingIntermediate Event according to BPMN.

    Declaration
    public const EventType NonInterruptingIntermediate
    Field Value
    Type
    EventType

    NonInterruptingStart

    Specifies that an Event is a NonInterruptingStart Event according to BPMN.

    Declaration
    public const EventType NonInterruptingStart
    Field Value
    Type
    EventType

    Start

    Specifies that an Event is a Start Event according to BPMN.

    Declaration
    public const EventType Start
    Field Value
    Type
    EventType

    ThrowingIntermediate

    Specifies that an Event is a ThrowingIntermediate Event according to BPMN.

    Declaration
    public const EventType ThrowingIntermediate
    Field Value
    Type
    EventType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved