[This is preliminary documentation and subject to change.]
Initializes a new instance of the PropertyChangeEventArgs class with the given property name
Initializes a new instance of the PropertyChangeEventArgs class with the given property name
public PropertyChangeEventArgs(string);
Initializes a new instance of the PropertyChangeEventArgs class with the given property name and property values.
public PropertyChangeEventArgs(string,object,object);
PropertyChangeEventArgs Class | LaMarvin.ComponentModel Namespace