Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreRemoveRows Event

Back to Class Index

Store Remove Rows Event.     

[Visual Basic]
Public Event StoreRemoveRows As StoreRemoveRowsEventHandler
[C#]
public event StoreRemoveRowsEventHandler StoreRemoveRows;

Event Data

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

PropertyDescription
CanStore
FromRowGets or sets the start of the range of rows to remove.     
ProcessedGets or sets the processed flag.     
Stored
ToRowGets or sets the end of the range of rows to remove.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace