[]
Represents the method that will handle the PropertyChanged or PropertyChanging events raised when a property is changed or chaning on an object.
public delegate void PropertyNotifyEventHandler(object sender, PropertyNotifyEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | |
PropertyNotifyEventArgs | e |
Name | Description |
---|---|
PropertyNotifyEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, PropertyNotifyEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, PropertyNotifyEventArgs) |