[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides event arguments containing data.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Class DataEventArgs(Of T) _
	Inherits EventArgs
C#
public class DataEventArgs<T> : EventArgs
Visual C++
generic<typename T>
public ref class DataEventArgs : public EventArgs

Type Parameters

T
The type of data provided in the arguments.

Inheritance Hierarchy

System.Object
  System.EventArgs
    KvTv.DirectShow.Components.DataEventArgs<(Of T>)