Class AxisElementBuilder.EditorClosedEventArgs
Event argument shown when Measure/Member Editor is closed.
Inheritance
System.Object
System.EventArgs
AxisElementBuilder.EditorClosedEventArgs
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 EditorClosedEventArgs : EventArgs
Constructors
EditorClosedEventArgs()
Declaration
public EditorClosedEventArgs()
Properties
Axis
Gets the axis name where SplitButton is present.
Declaration
public string Axis { get; }
Property Value
Type |
---|
System.String |
Node
Gets or sets the MetaTreeNode.
Declaration
public MetaTreeNode Node { get; set; }
Property Value
Type |
---|
MetaTreeNode |