Method RaiseBeforeExpand
RaiseBeforeExpand(TreeViewItem, ref bool)
Called before the tree item is expanded.
void RaiseBeforeExpand(TreeViewItem item, ref bool cancel)
Parameters
itemTreeViewItemThe TreeViewItem that is about to be expanded.
cancelboolSet to true to cancel the expand operation.