Hey All,
I was wondering what the 'e' in a Click event is? I thought it would be a MouseEventArgs object but I stand corrected. There is no ClickEventArgs, so...?
Thanks,
Ben
Printable View
Hey All,
I was wondering what the 'e' in a Click event is? I thought it would be a MouseEventArgs object but I stand corrected. There is no ClickEventArgs, so...?
Thanks,
Ben
Its the default EventArgs object. Which pretty much doesn't give you any info about the event.
Oh.. that would explain alot.
I guess if I were intelligent I'd use MouseDown.
Thanks,
Ben