Objective Grid for Microsoft® .NET® Reference Guide

GridDrawEventArgs Class

Back to Class Index

This class supplies data for the GridDraw event.     

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

System.Object
   EventArgs
      GridDrawEventArgs

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

Remarks

    

These event arguments are supplied to any overridden GridDraw event handler, as well as to any delegates attached to the GridDraw event. The GridDraw is invoked whenever a range of cells in the grid needs to be redrawn. This class supplies the data for the GridDraw event.     

    

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

GridDrawEventArgs Members | Stingray.Grid Namespace