Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / QueryViewerControlBoundsEventArgs Class
Members


In This Topic
    QueryViewerControlBoundsEventArgs Class
    In This Topic
    Provides information on the Xceed.Grid.Cell to be viewed as well as the System.Windows.Forms.Control used to view the cell's content in order to calculate the viewer's bounds.
    Syntax
    'Declaration
     
    Public Class QueryViewerControlBoundsEventArgs 
       Inherits CellViewerEventArgs
    'Usage
     
    Dim instance As QueryViewerControlBoundsEventArgs
    public class QueryViewerControlBoundsEventArgs : CellViewerEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Grid.Viewers.CellViewerEventArgs
             Xceed.Grid.Viewers.QueryViewerControlBoundsEventArgs

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also