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

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

Handles the mouse being released over the box.
public MouseUp ( NSEvent theEvent ) : void
theEvent NSEvent The event.
Результат void
		public override void MouseUp (NSEvent theEvent)
		{
			base.MouseUp (theEvent);
		}
		#endregion