The RadPropertyEventArgs type exposes the following members.
Constructors
Properties
|
| Name | Description |
|---|
 | 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.
|
See Also