GrapeCity.Xaml.SpreadSheet.UI
LeftColumnChanged Event (SheetView)


Occurs when the left column changes.
Syntax
'Declaration
 
Public Event LeftColumnChanged As EventHandler(Of ViewportEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of ViewportEventArgs)
 
AddHandler instance.LeftColumnChanged, handler
public event EventHandler<ViewportEventArgs> LeftColumnChanged
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
NewIndex Gets the index of the new viewport index.  
OldIndex Gets the index of the previous viewport index.  
ViewportIndex Gets the index of the viewport in which the change occurred.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options