Spread Silverlight Documentation
OnGotFocus Method (CellPresenter)


GrapeCity.Windows.SpreadSheet.UI Namespace > CellPresenter Class : OnGotFocus Method
Syntax
'Declaration
 
Protected Overridable Sub OnGotFocus( _
   ByVal e As System.Windows.RoutedEventArgs _
) 
'Usage
 
Dim instance As CellPresenter
Dim e As System.Windows.RoutedEventArgs
 
instance.OnGotFocus(e)
protected virtual void OnGotFocus( 
   System.Windows.RoutedEventArgs e
)

Parameters

e
See Also

Reference

CellPresenter Class
CellPresenter Members