Xceed DataGrid for Silverlight Documentation
OnLostFocus Method (InsertionCell)


A RoutedEventArgs that contains the event data.
Raises the LostFocus routed event.
Syntax
'Declaration
 
Protected Overrides Sub OnLostFocus( _
   ByVal e As RoutedEventArgs _
) 
'Usage
 
Dim instance As InsertionCell
Dim e As RoutedEventArgs
 
instance.OnLostFocus(e)
protected override void OnLostFocus( 
   RoutedEventArgs e
)

Parameters

e
A RoutedEventArgs that contains the event data.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

InsertionCell Class
InsertionCell Members
Base Implementation in OnLostFocus

Send Feedback