Spread Silverlight Documentation
EditEnd Event (SheetView)


Occurs when a cell leaves edit mode.
Syntax
'Declaration
 
Public Event EditEnd As System.EventHandler(Of EditCellEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of EditCellEventArgs)
 
AddHandler instance.EditEnd, handler
public event System.EventHandler<EditCellEventArgs> EditEnd
Event Data

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

PropertyDescription
ColumnGets the cell column index.  
RowGets the cell row index.  
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.