MacInspector.CustomBox.MouseUp C# (CSharp) Method

MouseUp() public method

Handles the mouse being released over the box.
public MouseUp ( NSEvent theEvent ) : void
theEvent NSEvent The event.
return void
		public override void MouseUp (NSEvent theEvent)
		{
			base.MouseUp (theEvent);
		}
		#endregion