Objective Grid for Microsoft® .NET® Reference Guide

CellEventArgs Class

Back to Class Index

This class serves as a base class for many event argument classes that communicate row- and column-based cell coordinates.     

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

System.Object
   EventArgs
      CellEventArgs

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

Remarks

    

This event argument class is not used with any grid event. It serves as a base class in event arguments classes that convey row and column cell coordinates.     

    

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

CellEventArgs Members | Stingray.Grid Namespace