public virtual void PerformAction(M13ProgressViewAction action, bool animated)
 {
     if (IsDirectBinding)
     {
         global::ApiDefinition.Messaging.void_objc_msgSend_UInt32_bool(this.Handle, Selector.GetHandle("performAction:animated:"), (UInt32)action, animated);
     }
     else
     {
         global::ApiDefinition.Messaging.void_objc_msgSendSuper_UInt32_bool(this.SuperHandle, Selector.GetHandle("performAction:animated:"), (UInt32)action, animated);
     }
 }
		public virtual void PerformAction (M13ProgressViewAction action, bool animated)
		{
			if (IsDirectBinding) {
				global::ApiDefinition.Messaging.void_objc_msgSend_UInt32_bool (this.Handle, Selector.GetHandle ("performAction:animated:"), (UInt32)action, animated);
			} else {
				global::ApiDefinition.Messaging.void_objc_msgSendSuper_UInt32_bool (this.SuperHandle, Selector.GetHandle ("performAction:animated:"), (UInt32)action, animated);
			}
		}