Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / RowHeightInfoPushed Event


In This Topic
    RowHeightInfoPushed Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatData")>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <SRDescriptionAttribute("DataGridView_RowHeightInfoPushedDescr")>
    Public Event RowHeightInfoPushed As System.Windows.Forms.DataGridViewRowHeightInfoPushedEventHandler
    'Usage
     
    
    Dim instance As NDataGridView
    Dim handler As System.Windows.Forms.DataGridViewRowHeightInfoPushedEventHandler
     
    AddHandler instance.RowHeightInfoPushed, handler
    [SRCategory("CatData")]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [SRDescription("DataGridView_RowHeightInfoPushedDescr")]
    public event System.Windows.Forms.DataGridViewRowHeightInfoPushedEventHandler RowHeightInfoPushed
    Event Data

    The event handler receives an argument of type System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs containing data related to this event. The following DataGridViewRowHeightInfoPushedEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.HandledEventArgs)
    Gets the height of the row the event occurred for.  
    Gets the minimum height of the row the event occurred for.  
    Gets the index of the row the event occurred for.  
    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