menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AxisElementBuilder.OrderChangingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AxisElementBuilder.OrderChangingEventArgs

    Event argument shown when SplitButton order is changing in AxisElementBuilder.

    Inheritance
    System.Object
    System.EventArgs
    AxisElementBuilder.OrderChangingEventArgs
    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.Tools.Olap
    Assembly: Syncfusion.OlapTools.WPF.dll
    Syntax
    public class OrderChangingEventArgs : EventArgs

    Constructors

    OrderChangingEventArgs()

    Declaration
    public OrderChangingEventArgs()

    Properties

    Direction

    Gets the order of SplitButton.

    Declaration
    public AxisElementBuilder.Direction Direction { get; }
    Property Value
    Type
    AxisElementBuilder.Direction

    NewPosition

    Gets the new index position of SplitButton.

    Declaration
    public int NewPosition { get; }
    Property Value
    Type
    System.Int32

    Node

    Gets or sets the MetaTreeNode.

    Declaration
    public MetaTreeNode Node { get; set; }
    Property Value
    Type
    MetaTreeNode

    OldPosition

    Gets the old index position of SplitButton.

    Declaration
    public int OldPosition { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved