Objective Grid for Microsoft® .NET® Reference Guide

StoreEventArgs Class

Back to Class Index

This class serves as a base for all store event argument classes.     

For a list of all members of this type, see StoreEventArgs Members.

System.Object
   EventArgs
      StoreEventArgs

[Visual Basic]
Public Class StoreEventArgs
Inherits EventArgs
[C#]
public class StoreEventArgs : EventArgs

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.     

    

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

StoreEventArgs Members | Stingray.Grid Namespace