Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / CellStyleContentChanged Event


CellStyleContentChanged Event
Syntax
'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
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.

PropertyDescription
Gets the changed System.Windows.Forms.DataGridViewCellStyle.  
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