- action
- The selector that represents the action that is being probed. For editing operations, these selectors are "copy:", "cut:", "delete:", "paste:", "select:", "selectAll:", "toggleBoldface:", "toggleItalics:", "toggleUnderline:".
- sender
- Object calling this method.
The object that can handle the action.
The default implementation of this method calls the UIKit.UIResponder.CanPerform method, and if it returns true, it returns this instance.
This method can be overwritten to provide a different behavior than the default.