'Declaration Protected Overrides Sub OnLostKeyboardFocus( _ ByVal e As KeyboardFocusChangedEventArgs _ )
'Usage Dim instance As MaterialTextField Dim e As KeyboardFocusChangedEventArgs instance.OnLostKeyboardFocus(e)
protected override void OnLostKeyboardFocus( KeyboardFocusChangedEventArgs e )
Parameters
- e
- A KeyboardFocusChangedEventArgs that contains the event data.