DataEventArgs Generic Class
Generic arguments class to pass to event handlers that need to receive data.
Namespace: Microsoft.Practices.CompositeUI.Utility
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Class DataEventArgs(Of TData)
Inherits EventArgs
'Usage
Dim instance As DataEventArgs(Of TData)
public class DataEventArgs<TData> : EventArgs
generic<typename TData>
public ref class DataEventArgs : public EventArgs
J# supports the use of generic types and methods, but not the declaration of new ones.
JScript does not support generic types and methods.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Practices.CompositeUI.Utility.DataEventArgs
Microsoft.Practices.CompositeUI.DictionaryEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DataEventArgs Members
Microsoft.Practices.CompositeUI.Utility Namespace