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


Occurs when a cell is going in to edit mode.
Syntax
'Declaration
 
Public Event EditStarting As EventHandler(Of EditCellStartingEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of EditCellStartingEventArgs)
 
AddHandler instance.EditStarting, handler
public event EventHandler<EditCellStartingEventArgs> EditStarting
Event Data

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

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
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