MacInspector.CustomBox.MouseExited C# (CSharp) Méthode

MouseExited() public méthode

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