MacInspector.CustomBox.MouseMoved C# (CSharp) Method

MouseMoved() public method

Handles the mouse being moved while down on the box.
public MouseMoved ( NSEvent theEvent ) : void
theEvent NSEvent The event.
return void
		public override void MouseMoved (NSEvent theEvent)
		{
			base.MouseMoved (theEvent);
		}