[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Tools.CollectionsT.GenericT.ListWithEvents`1.ClearedEventHandler"]

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public delegate void ClearedEventHandler(
	ListWithEvents<T> sender,
	ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs e
)
Visual Basic
Public Delegate Sub ClearedEventHandler ( _
	sender As ListWithEvents(Of T), _
	e As ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs _
)
Visual C++
public delegate void ClearedEventHandler(
	ListWithEvents<T>^ sender, 
	ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs^ e
)
F#
type ClearedEventHandler = 
    delegate of 
        sender:ListWithEvents<'T> * 
        e:ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs -> unit
JScript
JScript does not support delegates.

See Also