MouseDown is probably what you're looking for. Don't forget if you return true, you must handle the click yourself (that includes changing the selection, detecting and creating drags, etc).
Math On 2/11/07, Juan Pablo Garcia <[EMAIL PROTECTED]> wrote:
I want to trigger a method whenever the user clicks on a row. But I as I put it now in the "change" event, it also gets fired when the listbox gets modified (for example in a listbox.addrow action). Where should I put the code if only the click of the pointer has to trigger stuff?
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
