The Inserted event will be fired whenever a new element has been inserted
into to the collection.
Namespace: TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public event EventHandler<ElementEventArgs<TElement>> Inserted |
| Visual Basic |
|---|
Public Event Inserted As EventHandler(Of ElementEventArgs(Of TElement)) |