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


In This Topic
    RowHeaderCellChanged Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatPropertyChanged")>
    <SRDescriptionAttribute("DataGridView_RowHeaderCellChangedDescr")>
    Public Event RowHeaderCellChanged As System.Windows.Forms.DataGridViewRowEventHandler
    'Usage
     
    
    Dim instance As NDataGridView
    Dim handler As System.Windows.Forms.DataGridViewRowEventHandler
     
    AddHandler instance.RowHeaderCellChanged, handler
    [SRCategory("CatPropertyChanged")]
    [SRDescription("DataGridView_RowHeaderCellChangedDescr")]
    public event System.Windows.Forms.DataGridViewRowEventHandler RowHeaderCellChanged
    Event Data

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

    PropertyDescription
    Gets the System.Windows.Forms.DataGridViewRow associated with the event.  
    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