FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ColumnPickerShowingArgs Class
Members

In This Topic
    ColumnPickerShowingArgs Class
    In This Topic
    Provides data for the ColumnPickerShowing event.
    Object Model
    ColumnPickerShowingArgs Class
    Syntax
    'Declaration
     
    
    Public Class ColumnPickerShowingArgs 
       Inherits System.ComponentModel.CancelEventArgs
       Implements IColumnPickerShownArgs 
    public class ColumnPickerShowingArgs : System.ComponentModel.CancelEventArgs, IColumnPickerShownArgs  
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Win.C1FlexGrid.ColumnPickerShowingArgs

    See Also