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

MouseUp() public méthode

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