| GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : CellDoubleClick Event | 
'Declaration Public Event CellDoubleClick As EventHandler(Of CellDoubleClickEventArgs)
'Usage Dim instance As SheetView Dim handler As EventHandler(Of CellDoubleClickEventArgs) AddHandler instance.CellDoubleClick, handler
public event EventHandler<CellDoubleClickEventArgs> CellDoubleClick
The event handler receives an argument of type CellDoubleClickEventArgs containing data related to this event. The following CellDoubleClickEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Column | Gets the column index of the clicked cell. | 
| Row | Gets the row index of the clicked cell. | 
| SheetArea | Gets the area the clicked cell is in. | 
Target Platforms: Windows Server 2012, Windows RT