It means whatever data you want to send with the event. You might want to send a flag (eg. Pressed or Released) or perhaps some text. Your event handler can then access this information and do what it likes with it.
So instead of having, for example, MousePressedEvent and MouseReleasedEvent, you would have MouseEvent, and in there you would have a variable called "Pressed".




Reply With Quote
Bookmarks