KeyUpEventArgs Class

Summary

The event argument for the KeyUpEventHandler event handler.

Syntax
C#
VB
C++
public class KeyUpEventArgs : EventArgs 
Public Class KeyUpEventArgs  
   Inherits System.EventArgs 
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.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly