menu

WinForms

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

    Show / Hide Table of Contents

    Class PinPointChangingEventArgs

    Class containing pinpoint changing event args.

    Inheritance
    System.Object
    System.EventArgs
    OffsetChangedEventArgs
    OffsetChangingEventArgs
    PinPointChangingEventArgs
    Inherited Members
    OffsetChangedEventArgs.NodeAffected
    OffsetChangedEventArgs.Offset
    OffsetChangingEventArgs.Cancel
    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 PinPointChangingEventArgs : OffsetChangingEventArgs

    Constructors

    PinPointChangingEventArgs(Node, SizeF)

    Initializes a new instance of the PinPointChangingEventArgs class.

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

    The node changed.

    System.Drawing.SizeF szOffset

    The offset.

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