Class RotateEndEventArgs
Provides data for the RotateEnd event.
Inheritance
System.Object
RotateEndEventArgs
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class RotateEndEventArgs : EventArgs
Constructors
RotateEndEventArgs(Node)
Initializes a new instance of the RotateEndEventArgs class.
Declaration
public RotateEndEventArgs(Node item)
Parameters
Type | Name | Description |
---|---|---|
Node | item |
Properties
Item
Gets the item.
Declaration
public Node Item { get; }
Property Value
Type | Description |
---|---|
Node | The item. |