'DeclarationPublic Event ColumnResized As EventHandler(Of DataGridColumnEventArgs)
public event EventHandler<DataGridColumnEventArgs> ColumnResized
Event Data
The event handler receives an argument of type DataGridColumnEventArgs containing data related to this event. The following DataGridColumnEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Column | Gets the column. | 
See Also