Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / AutoGeneratingListColumnEventArgs Class
Members


In This Topic
    AutoGeneratingListColumnEventArgs Class
    In This Topic
    Provides data for the GcListBox.AutoGeneratingColumn event.
    Object Model
    AutoGeneratingListColumnEventArgs Class
    Syntax
    'Declaration
     
    Public Class AutoGeneratingListColumnEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    Dim instance As AutoGeneratingListColumnEventArgs
    public class AutoGeneratingListColumnEventArgs : System.ComponentModel.CancelEventArgs 
    Remarks
    The AutoGeneratingListColumnEventArgs are used in the AutoGeneratingColumn event handler. The AutoGeneratingListColumnEventArgs are used to access properties of the column that is being generated and to access information about the data item that the column is being generated from.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.AutoGeneratingListColumnEventArgs

    See Also