IExpanderRowController<TModel> Interface
Definition
Represents a controller which receives notifications about an Avalonia.Controls.Models.TreeDataGrid.IExpanderRow<T>'s state.
public interface IExpanderRowController<TModel>
Methods
| Name | Description |
|---|---|
| OnBeginExpandCollapse | No summary available. |
| OnChildCollectionChanged | No summary available. |
| OnEndExpandCollapse | No summary available. |
OnBeginExpandCollapse Method
public void OnBeginExpandCollapse(Avalonia.Controls.Models.TreeDataGrid.IExpanderRow<TModel><TModel> row)
Parameters
row Avalonia.Controls.Models.TreeDataGrid.IExpanderRow<TModel><TModel>
OnChildCollectionChanged Method
public void OnChildCollectionChanged(Avalonia.Controls.Models.TreeDataGrid.IExpanderRow<TModel><TModel> row, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
Parameters
row Avalonia.Controls.Models.TreeDataGrid.IExpanderRow<TModel><TModel>
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
OnEndExpandCollapse Method
public void OnEndExpandCollapse(Avalonia.Controls.Models.TreeDataGrid.IExpanderRow<TModel><TModel> row)
Parameters
row Avalonia.Controls.Models.TreeDataGrid.IExpanderRow<TModel><TModel>