MonoMobile.Views.DialogViewTable.TouchesCancelled C# (CSharp) Method

TouchesCancelled() public method

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void
		public override void TouchesCancelled(NSSet touches, UIEvent evt)
		{
			base.TouchesCancelled(touches, evt);
			
			ResetTextShadow(true, touches);
		}