Dispatches a Control event to a target control.
Parameters: target - the target control Parameters: event - the event to deliver to the control Parameters: args - the parameters to the control event throws: IllegalAccessException - the underlying event method is not accessible due toaccess control. throws: IllegalArgumentException - the target is not valid, the event is not a valid eventtype for the requested target, or the argument types do not match the eventsignature. throws: InvocationTargetException - wraps any exception thrown by the underlying eventhandler.