A In React 18, how can you pass additional arguments to an event handler?
B A. By using the event. data property
C B. By using the bind method when binding the event handler
D C. By using the event.target property
D. React 18 does not support passing additional arguments to event handlers
Exit 13