Table of Contents

Method RaiseBeforeExpand

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RaiseBeforeExpand(TreeViewItem, ref bool)

Called before the tree item is expanded.

void RaiseBeforeExpand(TreeViewItem item, ref bool cancel)

Parameters

item TreeViewItem

The TreeViewItem that is about to be expanded.

cancel bool

Set to true to cancel the expand operation.