Returns a Boolean value that indicates whether the action sent by the specified object should be performed.
Original signature is '- (BOOL)webView:(WebView *)sender shouldPerformAction:(SEL)action fromSender:(id)fromObject'
Available in Mac OS X v10.3.9 and later.

Declaration Syntax
Function WebViewShouldPerformActionFromSender ( _
sender As WebView, _
action As IntPtr, _
fromObject As Id _
) As Boolean

Parameters
- sender (WebView)
- The web view that sent the message.
- action (IntPtr)
- The action to perform. See WebView Class Reference for information on actions a web view can perform.
- fromObject (Id)
- The object that sent the action.

Return Value
YES if the action should be performed; otherwise, NO.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.WebKit (Module: Monobjc.WebKit)