GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : LeftColumnChanged Event |
'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
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.
Property | Description |
---|---|
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. |
Target Platforms: Windows Server 2012, Windows RT