'Declaration
Protected Sub OnLostFocus( _ ByVal e As System.Windows.RoutedEventArgs _ )
'Usage
Dim instance As VerticalScrollbarsPresenter Dim e As System.Windows.RoutedEventArgs instance.OnLostFocus(e)
protected void OnLostFocus( System.Windows.RoutedEventArgs e )
protected procedure OnLostFocus( e: System.Windows.RoutedEventArgs );
protected function OnLostFocus( e : System.Windows.RoutedEventArgs );
protected: void OnLostFocus( System.Windows.RoutedEventArgs* e )
protected: void OnLostFocus( System.Windows.RoutedEventArgs^ e )
Parameters
- e