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

The following tables list the members exposed by MediaEventArgs.

Public Constructors

 NameDescription
public Constructor MediaEventArgs ConstructorCreates an instance of the MediaEventArgs object.  
Top

Public Fields

 NameDescription
public Field eventCodeThe MediaEventCode identifying the type of media event that was raised.  
public Field param1Generic parameter one containing event specific information. The use and possible values of parameter depends on MediaEventCode.  
public Field param2Generic parameter two containing event specific information. The use and possible values of parameter depends on MediaEventCode.  
Top

See Also