Reflection
KeyboardLocked Event (IScreen)


Keyboard has been unlocked.
Syntax
'Declaration
 
Event KeyboardLocked As EventHandler
'Usage
 
Dim instance As IScreen
Dim handler As EventHandler
 
AddHandler instance.KeyboardLocked, handler
event EventHandler KeyboardLocked
See Also