Spread Silverlight Documentation
SheetTabClick Event (SheetView)


Occurs when the user clicks the sheet tab.
Syntax
'Declaration
 
Public Event SheetTabClick As System.EventHandler(Of SheetTabClickEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of SheetTabClickEventArgs)
 
AddHandler instance.SheetTabClick, handler
public event System.EventHandler<SheetTabClickEventArgs> SheetTabClick
Event Data

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

PropertyDescription
SheetTabIndexGets the index of the sheet tab that is clicked.  
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

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.