Table of Contents

Method AddHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

AddHandler(ICollectionView, EventHandler<CurrentChangingEventArgs>)

Add a handler for the given source's event.

public static void AddHandler(ICollectionView source, EventHandler<CurrentChangingEventArgs> handler)

Parameters

source ICollectionView
handler EventHandler<CurrentChangingEventArgs>