ClassRadPropertyEventArgs
Class
Encapsulates all the data associated with a change in a PropertyBagObject property store.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class RadPropertyEventArgs : EventArgs
Inheritance: objectEventArgsRadPropertyEventArgs
Inherited Members
Constructors
RadPropertyEventArgs(int, object, object)
Initializes a new instance of the RadPropertyEventArgs class.
RadPropertyEventArgs(string, object, object)
Initializes a new instance of the RadPropertyEventArgs class.
Properties
Cancel
Gets or sets a value indicating whether the property change can be accepted. Valid during the Changing pass.
Key
Gets the key of the property associated with the event.
NewValue
Gets or sets the new value of the associated property.
OldValue
Gets the old value of the associated property.
PropertyName
Gets the name of the property that has changed. This member is not set if the property is associated with a valid key.