LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
param2 Field
See Also 
Leadtools.Multimedia Namespace > MediaEventArgs Class : param2 Field



Generic parameter two containing event specific information. The use and possible values of parameter depends on MediaEventCode.

Syntax

Visual Basic (Declaration) 
Public param2 As Integer
Visual Basic (Usage)Copy Code
Dim instance As MediaEventArgs
Dim value As Integer
 
value = instance.param2
 
instance.param2 = value
C# 
public int param2
C++/CLI 
public:
int param2

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also