C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAutoGeneratingColumnEventArgs Class / GridAutoGeneratingColumnEventArgs Constructor
The property.
The column.

In This Topic
GridAutoGeneratingColumnEventArgs Constructor
In This Topic
Initializes a new instance of the GridAutoGeneratingColumnEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal property As PropertyInfo, _
   ByVal column As GridColumn _
)
 

Parameters

property
The property.
column
The column.
See Also