alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class EventHandlerPriorityAttribute

    A custom attribute to allow a target methods( event handler ) execute event handlers event if DocumentEventSink is stopped.

    Inheritance
    System.Object
    EventHandlerPriorityAttribute
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class EventHandlerPriorityAttribute : Attribute

    Constructors

    EventHandlerPriorityAttribute(Boolean)

    Initializes a new instance of the EventHandlerPriorityAttribute class.

    Declaration
    public EventHandlerPriorityAttribute(bool bExecuteAnyway)
    Parameters
    Type Name Description
    System.Boolean bExecuteAnyway

    if set to true to execute anyway.

    Properties

    ExecuteRegardlessOfServiceState

    Gets or sets a value indicating whether [execute regardless of service state].

    Declaration
    public bool ExecuteRegardlessOfServiceState { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if need to execute regardless of service state; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved