C1.Silverlight.FlexGrid.5
PrepareCellForEdit Event

Occurs when an editor cell is created and before it becomes active.
Syntax
'Declaration
 
Public Event PrepareCellForEdit As System.EventHandler(Of CellEditEventArgs)
public event System.EventHandler<CellEditEventArgs> PrepareCellForEdit
Event Data

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

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
CancelEditsGets a value that determines whether the editing action was canceled.  
CellRangeCellRange affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
CellTypeCellType of the range affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
ColumnIndex of the column affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
PanelGridPanel that contains the range affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
RowIndex of the row affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
Remarks
This event can be used to customize the editor before it becomes active.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.