WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    OffsetChangingEventArgs.Cancel
    OffsetChangedEventArgs.NodeAffected
    OffsetChangedEventArgs.Offset
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 - 2022 Syncfusion Inc. All Rights Reserved