Informs the receiver that the user has moved the mouse with the left button pressed.
Original signature is '- (void)mouseDragged:(NSEvent *)theEvent'
Available in Mac OS X v10.0 and later.


- theEvent (NSEvent)
- An object encapsulating information about the mouse-dragged event.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)