Skip to main content

PropertyChangedEventHandler Delegate

Namespace: GHIElectronics.TinyCLR.UI · Assembly: GHIElectronics.TinyCLR.UI

Represents the method that will handle the event raised when a Property is changed

public delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs e);

Parameters

ParameterTypeDescription
senderobject
ePropertyChangedEventArgs