Objective Grid for Microsoft® .NET® Reference Guide

DeleteCellEventArgs Class

Back to Class Index

This class supplies data for the DeleteCell grid event.     

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

System.Object
   EventArgs
      CellEventArgs
         DeleteCellEventArgs

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

Remarks

    

These event arguments are supplied to any overridden DeleteCell event handler, as well as to any delegates attached to the DeleteCell event. The delete cell event is invoked when the user presses DELETE on the inactive current cell. This class supplies the row and column coordinates of that cell, as well as allowing the delete operation to be bypassed.     

    

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

DeleteCellEventArgs Members | Stingray.Grid Namespace