Objective Grid for Microsoft® .NET® Reference Guide

StoreCopyCellsEventArgs Class

Back to Class Index

This class supplies data for StoreCopyCells events.     

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

System.Object
   EventArgs
      StoreEventArgs
         StoreCopyCellsEventArgs

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

Remarks

    

These event arguments are supplied to any overridden StoreCopyCells event handler, as well as to any delegates attached to the StoreCopyCells event. The StoreCopyCells event is invoked when cells are copied (using the CopyCells method) from one location to another in the grid.     

    

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

StoreCopyCellsEventArgs Members | Stingray.Grid Namespace