Constable Authorization Engine 2.0 BETA

KeyboardDrivenCheckedListBox.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

KeyboardDrivenCheckedListBox Class | LaMarvin.Design.Controls Namespace