menu

UWP

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

    Show / Hide Table of Contents

    Class EventTrigger

    Specifies the EventTriggers.

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

    Fields

    Cancel

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

    Declaration
    public const EventTrigger Cancel
    Field Value
    Type
    EventTrigger

    Compensation

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

    Declaration
    public const EventTrigger Compensation
    Field Value
    Type
    EventTrigger

    Conditional

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

    Declaration
    public const EventTrigger Conditional
    Field Value
    Type
    EventTrigger

    Error

    Specifies that an Event is an Error Event according to BPMN.

    Declaration
    public const EventTrigger Error
    Field Value
    Type
    EventTrigger

    Escalation

    Specifies that an Event is an Escalation Event according to BPMN.

    Declaration
    public const EventTrigger Escalation
    Field Value
    Type
    EventTrigger

    Link

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

    Declaration
    public const EventTrigger Link
    Field Value
    Type
    EventTrigger

    Message

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

    Declaration
    public const EventTrigger Message
    Field Value
    Type
    EventTrigger

    Multiple

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

    Declaration
    public const EventTrigger Multiple
    Field Value
    Type
    EventTrigger

    None

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

    Declaration
    public const EventTrigger None
    Field Value
    Type
    EventTrigger

    Parallel

    Specifies that an Event is a Parallel Multiple Event according to BPMN.

    Declaration
    public const EventTrigger Parallel
    Field Value
    Type
    EventTrigger

    Signal

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

    Declaration
    public const EventTrigger Signal
    Field Value
    Type
    EventTrigger

    Termination

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

    Declaration
    public const EventTrigger Termination
    Field Value
    Type
    EventTrigger

    Timer

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

    Declaration
    public const EventTrigger Timer
    Field Value
    Type
    EventTrigger

    Extension Methods

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