public class PropertyChangedEventArgs extends Object implements IEventArgs
EMPTY
Constructor and Description |
---|
PropertyChangedEventArgs(String name)
Creates a new instance of this event.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the property that has been changed.
|