Masslet Send comments on this topic.
MassletEventArgs Constructor
See Also 
Masslets.Masslet Namespace > MassletEventArgs Class : MassletEventArgs Constructor




dt

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dt() As Byte _
)
Visual Basic (Usage)Copy Code
Dim dt() As Byte
 
Dim instance As MassletEventArgs(dt)
C# 
public MassletEventArgs( 
   byte[] dt
)
Managed Extensions for C++ 
public: MassletEventArgs( 
   byte[]* dt
)
C++/CLI 
public:
MassletEventArgs( 
   array<byte>^ dt
)

Parameters

dt

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.