Click or drag to resize
StoreEventArgs Class
Base class for all store event argument classes.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Stingray.GridStoreEventArgs
      More...

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class StoreEventArgs : EventArgs

The StoreEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreEventArgs
Initializes a new StoreEventArgs object.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
Public propertyStored
Gets or sets whether the information has already been stored.
Top
Remarks
This class is not used to supply event arguments for any specific event. It is used as a base for all store event argument classes. It provides the common functionality of a "CanStore" property. The CanStore property specifies whether the data in a store event can be stored to the grid. If true, the data is stored. Set the value to false to prevent the data from being stored to the grid. The Stored property indicates whether the value has already been stored by a store event handler. If this property is set to true, the value is assumed to have been stored by the user, and is not stored using the grid's default processing.
See Also
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Stingray.GridStoreEventArgs
      Stingray.GridGetStyleRowColEventArgs
      Stingray.GridStoreColWidthEventArgs
      Stingray.GridStoreCopyCellsEventArgs
      Stingray.GridStoreDefaultColWidthEventArgs
      Stingray.GridStoreDefaultRowHeightEventArgs
      Stingray.GridStoreFrozenColsEventArgs
      Stingray.GridStoreFrozenRowsEventArgs
      Stingray.GridStoreHideColEventArgs
      Stingray.GridStoreHideRowEventArgs
      Stingray.GridStoreInsertColsEventArgs
      Stingray.GridStoreInsertRowsEventArgs
      Stingray.GridStoreMoveColsEventArgs
      Stingray.GridStoreMoveRowsEventArgs
      Stingray.GridStoreReadOnlyEventArgs
      Stingray.GridStoreRemoveColsEventArgs
      Stingray.GridStoreRemoveRowsEventArgs
      Stingray.GridStoreRowHeightEventArgs
      Stingray.GridStoreStyleRowColEventArgs
      Stingray.GridStoreZoomEventArgs