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


In This Topic
    CellStyleContentChanged Event
    In This Topic
    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
    [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.

    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