Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListView Class / ColumnReordered Event


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

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the System.Windows.Forms.ColumnHeader that is being reordered.  
    Gets the new display position of the System.Windows.Forms.ColumnHeader  
    Gets the previous display position of the System.Windows.Forms.ColumnHeader.  
    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