RadPropertyEventArgs
Class
Encapsulates all the data associated with a change in a PropertyBagObject property store.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class RadPropertyEventArgs : EventArgs
Inheritance: objectEventArgsRadPropertyEventArgs
Inherited Members
Constructors
Initializes a new instance of the RadPropertyEventArgs class.
Initializes a new instance of the RadPropertyEventArgs class.
Properties
Gets or sets a value indicating whether the property change can be accepted. Valid during the Changing pass.
C#
public bool Cancel { get; set; }
Gets or sets the new value of the associated property.
C#
public object NewValue { get; set; }
Gets the name of the property that has changed. This member is not set if the property is associated with a valid key.
C#
public string PropertyName { get; }