MacInspector.CustomBox.MouseExited C# (CSharp) Метод

MouseExited() публичный Метод

Handles the mouse moving outside of the box's bounds while down.
public MouseExited ( NSEvent theEvent ) : void
theEvent NSEvent The event.
Результат void
		public override void MouseExited (NSEvent theEvent)
		{
			base.MouseExited (theEvent);
		}