C1.iOS.Grid Assembly / C1.iOS.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 _
)
 
'Usage
 
Dim property As PropertyInfo
Dim column As GridColumn
 
Dim instance As New GridAutoGeneratingColumnEventArgs(property, column)

Parameters

property
The property.
column
The column.
See Also