Modifies the paragraph style of the paragraphs containing the selection to record the new location of the marker.
Original signature is '- (void)rulerView:(NSRulerView *)aRulerView didMoveMarker:(NSRulerMarker *)aMarker'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void RulerViewDidMoveMarker( NSRulerView aRulerView, NSRulerMarker aMarker )
Public Overridable Sub RulerViewDidMoveMarker ( _ aRulerView As NSRulerView, _ aMarker As NSRulerMarker _ )
public: virtual void RulerViewDidMoveMarker( NSRulerView^ aRulerView, NSRulerMarker^ aMarker )

- aRulerView (NSRulerView)
- The ruler view sending the message.
- aMarker (NSRulerMarker)
- The marker that was moved.

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