menu

WPF

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

    Show / Hide Table of Contents

    Class AxisElementBuilder.NodeDroppedEventArgs

    Event argument shown when dropped node in AxisElementBuilder.

    Inheritance
    System.Object
    System.EventArgs
    AxisElementBuilder.NodeDroppedEventArgs
    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 NodeDroppedEventArgs : EventArgs

    Constructors

    NodeDroppedEventArgs()

    Declaration
    public NodeDroppedEventArgs()

    Properties

    DraggedNode

    Gets or sets the MetaTreeNode.

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

    FromAxis

    Gets the axis name from where the SplitButton was dragged.

    Declaration
    public string FromAxis { get; }
    Property Value
    Type
    System.String

    Source

    Gets or sets the SplitButton source.

    Declaration
    public string Source { get; set; }
    Property Value
    Type
    System.String

    ToAxis

    Gets the axis name where the SplitButton was dropped.

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