| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal data As TData _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Generic DataEventArgs( TData data ) | |
| C++/CLI | |
|---|---|
public: Generic DataEventArgs( TData data ) | |
Parameters
- data
- Information related to the event.
| Exception | Description |
|---|---|
| ArgumentNullException | The data is null. |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family