Objective Grid for Microsoft® .NET® Reference Guide

ValidateCellEventArgs Class

Back to Class Index

This class supplies data for the ValidateCell event.     

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

System.Object
   EventArgs
      CellEventArgs
         ValidateCellEventArgs

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

Remarks

    

These event arguments are supplied to any overridden ValidateCell event handler, as well as to any delegates attached to the ValidateCell event. The ValidateCell event is invoked when the grid checks for valid data in the specified cell. This occurs just before the contents of a cell are transferred. You cannot use GetValueRowCol to determine the value of the current cell, and you cannot use SetValueRange to change the value of the current cell. This is because the cell value has not been transferred to the grid by the time the ValidateCell event is invoked. GetValueRowCol will only return the value that was present before the cell was changed.     

    

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

ValidateCellEventArgs Members | Stingray.Grid Namespace