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


Occurs when the value in the subeditor changes.
Syntax
'Declaration
 
Public Event ValueChanged As EventHandler(Of CellEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of CellEventArgs)
 
AddHandler instance.ValueChanged, handler
public event EventHandler<CellEventArgs> ValueChanged
Event Data

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

PropertyDescription
Column Gets the column index of the cell.  
Row Gets the row index of the cell.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options