ISDBUICommonEvents::OnKeyUp

From MediaMonkey Wiki
Revision as of 21:59, 20 April 2013 by Michal.kocarek (talk | contribs) (introduced, see also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CoClass SDBUICommon, Interface ISDBUICommonEvents

Sub OnKeyUp(Key As Int, ShiftState As Int)


Parameters

Name Type Description
Key Int Specifies Windows VK code of key
ShiftState Int Specifies state of some system keys


Event description

This event is called when a key is released.

Introduced in MediaMonkey version 3.1.0.1220.


See Also