ISDBTreeNodeEvents::OnExecTrackMenuItem: Difference between revisions

From MediaMonkey Wiki
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::OnShowTrackMenuItem]] is called. It can override handling of some commands:
* 5 .. Remove - Handle Remove command executed for the selected tracks.


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 18:16, 24 January 2008

CoClass SDBTreeNode, Interface ISDBTreeNodeEvents

Function OnExecTrackMenuItem(ItemIndex As Long) As Boolean


Parameters

Name Type Description
ItemIndex Long


Event description

This event is generally called afer ISDBTreeNodeEvents::OnShowTrackMenuItem is called. It can override handling of some commands:

  • 5 .. Remove - Handle Remove command executed for the selected tracks.