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


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

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

    PropertyDescription
    Gets an array of the previous values of the column System.Windows.Forms.DataGridViewColumn.AutoSizeMode properties.  
    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