| Constable Authorization Engine 2.0 BETA |
|
PropertyChangeEventArgs Constructor (String, Object, Object)
[This is preliminary documentation and subject to change.]
Initializes a new instance of the PropertyChangeEventArgs class with the given property name and property values.
[Visual Basic]
Overloads Public Sub New( _
ByVal
propertyName As
String, _
ByVal
oldValue As
Object, _
ByVal
newValue As
Object _
)
[C#]
public PropertyChangeEventArgs(
string propertyName,
object oldValue,
object newValue);
Parameters
-
propertyName
- The name of the property.
-
oldValue
- The old value of the property (before the change).
-
newValue
- The new value of the property (after the change).
See Also
PropertyChangeEventArgs Class | LaMarvin.ComponentModel Namespace | PropertyChangeEventArgs Constructor Overload List