Constable Authorization Engine 2.0 BETA

KeyboardDrivenListBox.OnEnterPressed Method 

[This is preliminary documentation and subject to change.]

Raises the EnterPressed event.

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

See Also

KeyboardDrivenListBox Class | LaMarvin.Design.Controls Namespace