WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RotationChangingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RotationChangingEventArgs

    Class containing rotation changing changed event args.

    Inheritance
    System.Object
    System.EventArgs
    RotationChangedEventArgs
    RotationChangingEventArgs
    Inherited Members
    RotationChangedEventArgs.NodeAffected
    RotationChangedEventArgs.RotationOffset
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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

    true if cancel; otherwise, false.

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