Class PropertyChangingEventArgs
Inheritance
System.Object
PropertyChangingEventArgs
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyChangingEventArgs : EventArgs
Constructors
PropertyChangingEventArgs()
Declaration
public PropertyChangingEventArgs()
Properties
NewValue
Declaration
public object NewValue { get; set; }
Property Value
System.
|
OldValue
Declaration
public object OldValue { get; set; }
Property Value
System.
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.
|