Class
PropertyChangingEventArgs

Represents arguments of the event which occurs when changing property.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class PropertyChangingEventArgs : EventArgs

Inheritance: objectEventArgsPropertyChangingEventArgs

Inherited Members EventArgs.Empty

Constructors

PropertyChangingEventArgs()

Declaration

cs-api-definition
public PropertyChangingEventArgs()

Properties

NewValue

Gets or sets new property value.

Declaration

cs-api-definition
public object NewValue { get; set; }

Property Value

object

OldValue

Gets or sets old property value.

Declaration

cs-api-definition
public object OldValue { get; set; }

Property Value

object

PropertyName

Gets or sets name of the property.

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string