'Declaration
Protected Overridable Sub OnKeyExit( _ ByVal e As KeyExitEventArgs _ )
'Usage
Dim instance As EditBase Dim e As KeyExitEventArgs instance.OnKeyExit(e)
protected virtual void OnKeyExit( KeyExitEventArgs e )
Parameters
- e
- The KeyExitEventArgs instance that contains the event data.