Constable Authorization Engine 2.0 BETA

KeyboardDrivenListBox.OnEscapePressed Method 

[This is preliminary documentation and subject to change.]

Raises the EscapePressed event.

[Visual Basic]
Overridable Protected Sub OnEscapePressed( _
   ByVal e As KeyEventArgs _
)
[C#]
protected virtual void OnEscapePressed(
   KeyEventArgs e
);

See Also

KeyboardDrivenListBox Class | LaMarvin.Design.Controls Namespace