ISDBTreeNodeEvents::OnExecMenuItem
Jump to navigation
Jump to search
CoClass SDBTreeNode, Interface ISDBTreeNodeEvents
Function OnExecMenuItem(ItemIndex As Long) As Boolean
Parameters
| Name | Type | Description |
|---|---|---|
| ItemIndex | Long |
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.