setEventObject method

void setEventObject(
  1. WxObject object
)

Sets the object from which the event originates

Implementation

void setEventObject( WxObject object ) {
  _eventObject = object;
}