Table of Contents

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

sender object
Represents the method that will handle the event raised when a Property is changed
e PropertyChangedEventArgs
Represents the method that will handle the event raised when a Property is changed