Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreCopyCells Event

Back to Class Index

Store Copy Cells Event.     

[Visual Basic]
Public Event StoreCopyCells As StoreCopyCellsEventHandler
[C#]
public event StoreCopyCellsEventHandler StoreCopyCells;

Event Data

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

PropertyDescription
CanStore
ColGets or sets the destination column coordinate.     
RangeGets or sets the range of cells to be copied.     
RowGets or sets the destination row coordinate.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace