Spread Silverlight Documentation
TopRowChanged Event (SheetView)


Occurs when the top row changes.
Syntax
'Declaration
 
Public Event TopRowChanged As System.EventHandler(Of ViewportEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of ViewportEventArgs)
 
AddHandler instance.TopRowChanged, handler
public event System.EventHandler<ViewportEventArgs> TopRowChanged
Event Data

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

PropertyDescription
NewIndexGets the index of the new viewport index.  
OldIndexGets the index of the previous viewport index.  
ViewportIndexGets the index of the viewport in which the change occurred.  
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.