Table of Contents

Delegate PreviewLocationChanged

Namespace: RichCanvas
Assembly: RichCanvas.dll

Delegate used to notify when an RichCanvas.RichCanvasContainer is dragged.

public delegate void PreviewLocationChanged(Point newLocation)

Parameters

newLocation Point

The new location.