Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
protected void TextCollectionChangedEH(
	GeneralCollection sender,
	CollectionChangedEventArgs e
)
Visual Basic (Declaration)
Protected Sub TextCollectionChangedEH ( _
	sender As GeneralCollection, _
	e As CollectionChangedEventArgs _
)

Parameters

sender
Type: C1.C1PrintDocument..::.GeneralCollection
e
Type: CollectionChangedEventArgs

See Also