all groups > vb.net > april 2005 >
You're in the

vb.net

group:

ActiveX event handler signatures, how do they work?


ActiveX event handler signatures, how do they work? Jeffrey Spoon
4/21/2005 10:07:43 PM
vb.net:


Hello. According to MS the syntax for the LegendActivated event in the
MSChart control is:

Private Sub object_LegendSelected (mouseFlags As Integer, cancel As
Integer)

So, shouldn't:

Private Sub ReadingChart_LegendSelected(ByVal mouseflags As Integer,
ByVal cancel As Integer) Handles ReadingChart.LegendSelected

End Sub

work? VS complains that the signatures don't match. How do you go about
this?

Thanks




--
Jeffrey Spoon
Re: ActiveX event handler signatures, how do they work? Jeffrey Spoon
4/21/2005 10:19:19 PM
In message <1IjZDUAfYBaCFw1o@nowhere.nnn>, Jeffrey Spoon
<JeffreySpoon@hotmail.com> writes
[quoted text, click to view]

Oops never mind. Found it in the context menu > go to definition.



--
Jeffrey Spoon
AddThis Social Bookmark Button