DataGridAutoGeneratingColumnEventArgs(String, Type, DataGridColumn) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DataGridAutoGeneratingColumnEventArgs class.
public:
DataGridAutoGeneratingColumnEventArgs(System::String ^ propertyName, Type ^ propertyType, System::Windows::Controls::DataGridColumn ^ column);
public DataGridAutoGeneratingColumnEventArgs (string propertyName, Type propertyType, System.Windows.Controls.DataGridColumn column);
new System.Windows.Controls.DataGridAutoGeneratingColumnEventArgs : string * Type * System.Windows.Controls.DataGridColumn -> System.Windows.Controls.DataGridAutoGeneratingColumnEventArgs
Public Sub New (propertyName As String, propertyType As Type, column As DataGridColumn)
Parameters
- propertyName
- String
The name of the property bound to the generated column.
- propertyType
- Type
The type of the property bound to the generated column.
- column
- DataGridColumn
The generated column.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.