'Declaration
<SRCategoryAttribute("CatPropertyChanged")> <SRDescriptionAttribute("DataGridView_RowHeadersWidthSizeModeChangedDescr")> Public Event RowHeadersWidthSizeModeChanged As System.Windows.Forms.DataGridViewAutoSizeModeEventHandler
'Usage
Dim instance As NDataGridView Dim handler As System.Windows.Forms.DataGridViewAutoSizeModeEventHandler AddHandler instance.RowHeadersWidthSizeModeChanged, handler
[SRCategory("CatPropertyChanged")] [SRDescription("DataGridView_RowHeadersWidthSizeModeChangedDescr")] public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler RowHeadersWidthSizeModeChanged
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.
Property | Description |
---|---|
PreviousModeAutoSized | 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