Original signature is '- (void)addEventListener:(NSString *)type :(id< DOMEventListener >)listener :(BOOL)useCapture;'

C# | Visual Basic | Visual C++ |
void AddEventListener( NSString type, IDOMEventListener listener, bool useCapture )
Sub AddEventListener ( _ type As NSString, _ listener As IDOMEventListener, _ useCapture As Boolean _ )
void AddEventListener( NSString^ type, IDOMEventListener^ listener, bool useCapture )


- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)