An NDoc Documented Class Library

Keyboard.LeaveKey Method (KeyboardInput#SpecialKeys, ActionListener)

[Visual Basic]
Overridable  OverloadsPublic Sub LeaveKey( _ 
   ByVal key As KeyboardInput#SpecialKeys, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public virtual void LeaveKey(
   KeyboardInput#SpecialKeys key,
   ActionListener actionListener
);
[C++]
public: virtual void LeaveKey(
   KeyboardInput#SpecialKeys key,
   ActionListener* actionListener
);
[JScript]
public virtual function LeaveKey(
   KeyboardInput#SpecialKeys key,
   ActionListener actionListener
);

See Also

Keyboard Class | White.Core.InputDevices Namespace | Keyboard.LeaveKey Overload List