Class RotationChangingEventArgs
Class containing rotation changing changed event args.
Inherited Members
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 RotationChangingEventArgs : RotationChangedEventArgs
Constructors
RotationChangingEventArgs(Node, Single)
Initializes a new instance of the RotationChangingEventArgs class.
Declaration
public RotationChangingEventArgs(Node nodeChanged, float fRotationOffset)
Parameters
Type | Name | Description |
---|---|---|
Node | nodeChanged | The node changed. |
System.Single | fRotationOffset | The f rotation offset. |
Properties
Cancel
Gets or sets a value indicating whether this RotationChangingEventArgs is cancel.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|