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



The MediaEventCode identifying the type of media event that was raised.

Syntax

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

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