ISDBTreeNodeEvents::OnExecMenuItem
From MMWiki
CoClass SDBTreeNode, Interface ISDBTreeNodeEvents
Function OnExecMenuItem(ItemIndex As Long) As Boolean
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| ItemIndex | Long |
[edit]
Event description
This event is generally called afer ISDBTreeNodeEvents::OnShowMenuItem is called. It can override handling of some commands:
- 3 .. Properties - Handle Properties command executed for this tree node.
- 5 .. Remove - Handle Remove command executed for this tree node.
