Table of Contents

Method RemoveHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

RemoveHandler(ICollectionView, EventHandler<EventArgs>)

Remove a handler for the given source's event.

public static void RemoveHandler(ICollectionView source, EventHandler<EventArgs> handler)

Parameters

source ICollectionView
handler EventHandler<EventArgs>