ISDBTreeNodeEvents::OnExecMenuItem

From MediaMonkey Wiki
Revision as of 18:13, 24 January 2008 by Jiri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.