[]
Initializes a new instance of the PropertyChangingEventArgs class.
public PropertyChangingEventArgs(string propName, object newValue)
Public Sub New(propName As String, newValue As Object)
Type | Name | Description |
---|---|---|
string | propName | The property name |
object | newValue | The new value |