Delegate PropertyChangedEventHandler
- Namespace
- GHIElectronics.Endpoint.UI
- Assembly
- GHIElectronics.Endpoint.UI.dll
Represents the method that will handle the event raised when a Property is changed
public delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs e)
Parameters
senderobject- Represents the method that will handle the event raised when a Property is changed
ePropertyChangedEventArgs- Represents the method that will handle the event raised when a Property is changed