- e
- The System.Windows.RoutedEventArgs that contains the event data.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnLostFocus( _ ByVal e As RoutedEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageViewer Dim e As RoutedEventArgs instance.OnLostFocus(e) |
C# | |
---|---|
protected override void OnLostFocus( RoutedEventArgs e ) |
C++/CLI | |
---|---|
protected: void OnLostFocus( RoutedEventArgs^ e ) override |
Parameters
- e
- The System.Windows.RoutedEventArgs that contains the event data.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family