menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDispatchNodeEvents - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IDispatchNodeEvents

    Provides nodes with a mechanism for forwarding events up the node hierarchy.

    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IDispatchNodeEvents
    Remarks

    Nodes that implement this interface can be notified of events and will respond by either forwarding the event up the node hierarchy or handling the event.

    Methods

    Click(EventArgs)

    Called when a node is clicked.

    Declaration
    void Click(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    DoubleClick(EventArgs)

    Called when a node is double clicked.

    Declaration
    void DoubleClick(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    MouseEnter(EventArgs)

    Called when the mouse enters a node.

    Declaration
    void MouseEnter(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    MouseLeave(EventArgs)

    Called when the mouse leaves a node.

    Declaration
    void MouseLeave(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved