'Declaration
<SRCategoryAttribute("CatPropertyChanged")> <SRDescriptionAttribute("DataGridView_CellStyleContentChangedDescr")> Public Event CellStyleContentChanged As System.Windows.Forms.DataGridViewCellStyleContentChangedEventHandler
'Usage
Dim instance As NDataGridView Dim handler As System.Windows.Forms.DataGridViewCellStyleContentChangedEventHandler AddHandler instance.CellStyleContentChanged, handler
[SRCategory("CatPropertyChanged")] [SRDescription("DataGridView_CellStyleContentChangedDescr")] public event System.Windows.Forms.DataGridViewCellStyleContentChangedEventHandler CellStyleContentChanged
Event Data
The event handler receives an argument of type System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs containing data related to this event. The following DataGridViewCellStyleContentChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellStyle | Gets the changed System.Windows.Forms.DataGridViewCellStyle. |
CellStyleScope | Gets the scope that is affected by the changed cell style. |
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