See Also: ActionAttribute Members
You can apply this attribute to a method, turning it into an action that can be invoked by the Objective-C world.
C# Example
[Action ("clicked:")]
void Submit (NSObject sender)
{
// User has clicked on the Submit button, respond to this action
}