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.43.1

Syntax

C#
public class ElementEventArgs<TElement> : EventArgs
Visual Basic
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>)>)>
      TallComponents.Interaction.WinForms.Events..::..InteractorEventArgs

See Also