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