Class PinPointChangedEventArgs
Class containing pinpoint changed event args.
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. |