Class FlipChangingEventArgs
Class containing flip changing 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 FlipChangingEventArgs : FlipChangedEventArgs
Constructors
FlipChangingEventArgs(Node, FlipAxis, Boolean)
Initializes a new instance of the FlipChangingEventArgs class.
Declaration
public FlipChangingEventArgs(Node nodeChanged, FlipAxis flipAxis, bool bFlipValue)
Parameters
Type | Name | Description |
---|---|---|
Node | nodeChanged | The node changed. |
FlipAxis | flipAxis | The flip axis. |
System.Boolean | bFlipValue | if set to |
Properties
Cancel
Gets or sets a value indicating whether this FlipChangingEventArgs is cancel.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|