Class ChartPropertyWindowEventArgs
Class implementation for ChartPropertyWindowEventArgs
Inheritance
System.Object
System.EventArgs
ChartPropertyWindowEventArgs
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.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartPropertyWindowEventArgs : EventArgs
Constructors
ChartPropertyWindowEventArgs(PropertyWindow)
Called when instance created for ChartPropertyWindowEventArgs
Declaration
public ChartPropertyWindowEventArgs(PropertyWindow _chartPropertyWindow)
Parameters
Type | Name | Description |
---|---|---|
PropertyWindow | _chartPropertyWindow |
Properties
PropertyWindow
Get and Set PropertyWindowProperty
Declaration
public PropertyWindow PropertyWindow { get; }
Property Value
Type |
---|
PropertyWindow |