menu

WinForms

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

    Show / Hide Table of Contents

    Class PinPointChangedEventArgs

    Class containing pinpoint changed event args.

    Inheritance
    System.Object
    System.EventArgs
    OffsetChangedEventArgs
    PinPointChangedEventArgs
    Inherited Members
    OffsetChangedEventArgs.NodeAffected
    OffsetChangedEventArgs.Offset
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class PinPointChangedEventArgs : OffsetChangedEventArgs

    Constructors

    PinPointChangedEventArgs(Node, SizeF)

    Initializes a new instance of the PinPointChangedEventArgs class.

    Declaration
    public PinPointChangedEventArgs(Node nodeChanged, SizeF szOffset)
    Parameters
    Type Name Description
    Node nodeChanged

    The node changed.

    System.Drawing.SizeF szOffset

    The sz offset.

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