private void OnHeaderClicked(IndexedItem <IGroupedListItem3 <TItem> > headerItem) { // should check for other callback, but it doesn't exist for now. Do the OnHeaderToggled as a default action. OnHeaderToggled(headerItem); }