menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FlipChangedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FlipChangedEventArgs

    Class containing flip changed event args.

    Inheritance
    System.Object
    System.EventArgs
    FlipChangedEventArgs
    FlipChangingEventArgs
    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 true [b flip value].

    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

    true if value is flipped; otherwise, false.

    NodeAffected

    Gets the node affected.

    Declaration
    public Node NodeAffected { get; }
    Property Value
    Type Description
    Node

    The node affected.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved