Represents method which was call after TextItemCollection change.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public delegate void CollectionChangedEventHandler( TextItem textItem ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub CollectionChangedEventHandler ( _ textItem As TextItem _ ) |
Visual C++ |
---|
public delegate void CollectionChangedEventHandler( TextItem^ textItem ) |
Parameters
- textItem
- Type: PerpetuumSoft.Instrumentation.Model..::.TextItem