Simple Hanlder used to fire events when the filter collection is changin
Namespace: Ico.Awx.CommonAssembly: 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 |
|---|
|