←Select platform

DataEventArgs<TData> Constructor (DataEventArgs<TData>)

Summary

Initializes the DataEventArgs class.

Syntax

C#
VB
C++
public DataEventArgs<TData>(  
   TData data 
) 
Public Function New( _ 
   ByVal data As TData _ 
) 
public: 
DataEventArgs<TData>(  
   _TData^_ data 
) 

Parameters

data
Information related to the event.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThe data is null.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize