MacInspector.CustomBox.MouseExited C# (CSharp) Method

MouseExited() public method

Handles the mouse moving outside of the box's bounds while down.
public MouseExited ( NSEvent theEvent ) : void
theEvent NSEvent The event.
return void
		public override void MouseExited (NSEvent theEvent)
		{
			base.MouseExited (theEvent);
		}