'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)
public GridAutoGeneratingColumnEventArgs( PropertyInfo property, GridColumn column )
Parameters
- property
- The property.
- column
- The column.