Simple Hanlder used to fire events when the filter collection is changin

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public delegate void NotifyCollectionChangingEventHandler(
	Object sender,
	NotifyFiltersChangingEventArgs e
)
Visual Basic
Public Delegate Sub NotifyCollectionChangingEventHandler ( _
	sender As Object, _
	e As NotifyFiltersChangingEventArgs _
)
JScript
JScript does not support delegates.

Parameters

sender
Type: System..::..Object
e
Type: Ico.Awx.Common..::..NotifyFiltersChangingEventArgs

See Also