Spread Silverlight Documentation
GotFocus Event (CellBackgroundPanel)


Syntax
'Declaration
 
Public Event GotFocus As System.Windows.RoutedEventHandler
'Usage
 
Dim instance As CellBackgroundPanel
Dim handler As System.Windows.RoutedEventHandler
 
AddHandler instance.GotFocus, handler
public event System.Windows.RoutedEventHandler GotFocus
Event Data

The event handler receives an argument of type System.Windows.RoutedEventArgs containing data related to this event. The following RoutedEventArgs properties provide information specific to this event.

PropertyDescription
OriginalSourceGets a reference to the object that raised the event.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CellBackgroundPanel Class
CellBackgroundPanel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.