ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnHeaderPresenter Class / AutoSized Event

In This Topic
    AutoSized Event (DataGridColumnHeaderPresenter)
    In This Topic
    Occurs when the column header is auto sized.
    Syntax
    'Declaration
     
    
    Public Event AutoSized As EventHandler
    public event EventHandler AutoSized
    See Also