public class RadPropertyEventArgs extends Object
PropertyBagObject
property store.Modifier and Type | Field and Description |
---|---|
boolean |
Cancel
Determines if the event was cancelled or not.
|
Constructor and Description |
---|
RadPropertyEventArgs(int key,
Object oldValue,
Object newValue)
Initializes a new instance of the
RadPropertyEventArgs class. |
RadPropertyEventArgs(String name,
Object oldValue,
Object newValue)
Initializes a new instance of the
RadPropertyEventArgs class. |
Modifier and Type | Method and Description |
---|---|
int |
getKey()
Gets the key of the property associated with the event.
|
String |
getPropertyName()
Gets the name of the property that has changed.
|
Object |
newValue()
Gets the new value.
|
Object |
oldValue()
Gets the old value.
|
public RadPropertyEventArgs(int key, Object oldValue, Object newValue)
RadPropertyEventArgs
class.key
- The property key.oldValue
- The old property value.newValue
- The new property value.public RadPropertyEventArgs(String name, Object oldValue, Object newValue)
RadPropertyEventArgs
class.name
- The property name.oldValue
- The old property value.newValue
- The new property value.public Object newValue()
public Object oldValue()
public int getKey()
public String getPropertyName()