TIWCGJQCustomDynaTree.DeactivateNode(string) Method

Deactivate the node and fire an onDeactivate event.

Note

The node must be loaded!

Namespace: IWCGJQDynaTree
public
 procedure DeactivateNode(AKey: string = '');

Parameters

AKey
Type: string

The key/id of node.

Pass empty value to apply to current active node.