Table of Contents

Event Collapsed

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

Triggered whenever an item is collapsed. Will be triggered whenever a node with SupportsLazyLoading set to true is collapsed.

public event EventHandler<IEnumerable<TreeViewItem>> Collapsed

Returns

EventHandler<IEnumerable<TreeViewItem>>
Triggered whenever an item is collapsed. Will be triggered whenever a node with SupportsLazyLoading set to true is collapsed.