System.Windows.Forms.FileDialogHelper.Cancel C# (CSharp) Method

Cancel() public method

public Cancel ( Foundation sender ) : void
sender Foundation
return void
		public override void Cancel (Foundation.NSObject sender)
		{
			if(CancelEvent != null)
				CancelEvent(this,null);
			base.Cancel (sender);
		}