Class FlipChangedEventArgs
Class containing flip 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 FlipChangedEventArgs : EventArgs
Constructors
FlipChangedEventArgs(Node, FlipAxis, Boolean)
Initializes a new instance of the FlipChangedEventArgs class.
Declaration
public FlipChangedEventArgs(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
FlipAxis
Gets the flip axis.
Declaration
public FlipAxis FlipAxis { get; }
Property Value
Type | Description |
---|---|
FlipAxis | The flip axis. |
FlipValue
Gets a value indicating whether value is flipped.
Declaration
public bool FlipValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
NodeAffected
Gets the node affected.
Declaration
public Node NodeAffected { get; }
Property Value
Type | Description |
---|---|
Node | The node affected. |