ISDBTreeNodeEvents::OnExecMenuItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
===Event description=== | ===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. | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 18:13, 24 January 2008
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.