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


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

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

    PropertyDescription
    Gets a value specifying whether the System.Windows.Forms.DataGridView was previously set to automatically resize.  
    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