Event that is raised for elements of type TElement, e.g. when list elements are inserted or removed.

Namespace:  TallComponents.Interaction
Assembly:  TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.20.0

Syntax

C#
public class ElementEventArgs<TElement> : EventArgs
Visual Basic (Declaration)
Public Class ElementEventArgs(Of TElement) _
	Inherits EventArgs

Type Parameters

TElement
The type of the element.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    TallComponents.Interaction..::.ElementEventArgs<(Of <(TElement>)>)

See Also