Table of Contents

Method AddHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

AddHandler(INotifyPropertyChanged, EventHandler<PropertyChangedEventArgs>, string)

Add a handler for the given source's event.

public static void AddHandler(INotifyPropertyChanged source, EventHandler<PropertyChangedEventArgs> handler, string propertyName)

Parameters

source INotifyPropertyChanged
handler EventHandler<PropertyChangedEventArgs>
propertyName string