Objective Grid for Microsoft® .NET® Reference Guide

CellControl.StoreCurrentCell Event

Back to Class Index

Store Current Cell event.     

[Visual Basic]
Public Event StoreCurrentCell As StoreCurrentCellEventHandler
[C#]
public event StoreCurrentCellEventHandler StoreCurrentCell;

Event Data

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

PropertyDescription
CanStoreGets or sets a value to show that the data can be stored to the grid.     
Col
Row

See Also

CellControl Class | CellControl Members | Stingray.Grid Namespace