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

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