Objective Grid for Microsoft® .NET® Reference Guide

StoreMoveColsEventArgs Class

Back to Class Index

This class supplies data for the StoreMoveCols event.     

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

System.Object
   EventArgs
      StoreEventArgs
         StoreMoveColsEventArgs

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

Remarks

    

These event arguments are supplied to any overridden StoreMoveCols event handler, as well as to any delegates attached to the StoreMoveCols event. The StoreMoveCols event is invoked when columns are moved within 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

StoreMoveColsEventArgs Members | Stingray.Grid Namespace