ComponentOne DataGrid for WPF and Silverlight
Resizing Event (DataGridColumnHeaderPresenter)

C1.WPF.DataGrid Namespace > DataGridColumnHeaderPresenter Class : Resizing Event
Occurs when the column header is resized.
Syntax
'Declaration
 
Public Event Resizing As System.EventHandler(Of PropertyChangedEventArgs(Of Double))
public event System.EventHandler<PropertyChangedEventArgs<double>> Resizing
Event Data

The event handler receives an argument of type C1.WPF.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
 
 
See Also