ISDBUIButtonEvents::OnClick: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 3: Line 3:
===Event description===
===Event description===


This event is called when button is clicked.
This event is called when button is clicked. You must use btn.Common.OnClick for the event to work properly.


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

Revision as of 21:13, 12 January 2009

CoClass SDBUIButton, Interface ISDBUIButtonEvents

Sub OnClick


Event description

This event is called when button is clicked. You must use btn.Common.OnClick for the event to work properly.