Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Window Class / OnGotFocus Method

In This Topic
    OnGotFocus Method (C1Window)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnGotFocus( _
       ByVal e As RoutedEventArgs _
    ) 
    protected override void OnGotFocus( 
       RoutedEventArgs e
    )

    Parameters

    e
    See Also