setEventObject method
Sets the object from which the event originates
Implementation
void setEventObject( WxObject object ) {
_eventObject = object;
}
Sets the object from which the event originates
void setEventObject( WxObject object ) {
_eventObject = object;
}