Objective Grid for Microsoft® .NET® Reference Guide

EndEditingEventArgs Class

Back to Class Index

This class supplies data for the EndEditing grid event.     

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

System.Object
   EventArgs
      CellEventArgs
         EndEditingEventArgs

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

Remarks

    

These event arguments are supplied to any overridden EndEditing event handler, as well as to any delegates attached to the EndEditing event. The EndEditing event is invoked when the user confirms the contents of the current cell. This class communicates the row and column coordinates of the cell. The user is also given the ability to specify whether or not the contents of the cell are valid. The editing operation ends only if the cell contents are identified as valid.     

    

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

EndEditingEventArgs Members | Stingray.Grid Namespace