[]
Creates a TablePropertyChangingEventArgs object.
public TablePropertyChangingEventArgs(string propertyName, object newValue)
Public Sub New(propertyName As String, newValue As Object)
Type | Name | Description |
---|---|---|
string | propertyName | Property name. |
object | newValue | New value. |