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