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


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

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

    PropertyDescription
    Gets the column that the event occurs for.  
    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