menu

WinForms

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

    Show / Hide Table of Contents

    Class FlipChangingEventArgs

    Class containing flip changing event args.

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

    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

    true if cancel; otherwise, false.

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