[Visual Basic] Public Delegate Sub
MouseUpDownEventHandler(ByVal sender As Object, ByVal e As
MouseUpDownEventArgs)
[C#] public delegate void
MouseUpDownEventHandler(object sender, MouseUpDownEventArgs
e);
Parameters
sender
Event Source
e
Event data contained in MouseUpDownEventArgs