Intersoft ClientUI Documentation
DataEventArgs<TData> Class
Members 



The type of data to pass.
Represents a generic class which passes a simple object to the event handlers.
Syntax
Public Class DataEventArgs(Of TData) 
   Inherits System.EventArgs
Dim instance As DataEventArgs(Of TData)
public class DataEventArgs<TData> : System.EventArgs 
generic<typename TData>
public ref class DataEventArgs : public System.EventArgs 
Type Parameters
TData
The type of data to pass.
Inheritance Hierarchy

System.Object
   System.EventArgs
      Intersoft.Client.Framework.DataEventArgs<TData>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataEventArgs<TData> Members
Intersoft.Client.Framework Namespace

Send Feedback