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



The event argument for the KeyUpEventHandler event handler.

Object Model

KeyUpEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class KeyUpEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As KeyUpEventArgs
C# 
public class KeyUpEventArgs : System.EventArgs 
C++/CLI 
public ref class KeyUpEventArgs : public System.EventArgs 

Remarks

The KeyUpEvent event occurs when a key is released and a multimedia control has focus. This class is the event argument passed to the related event handler.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.Multimedia.KeyUpEventArgs

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