Click or drag to resize

IMVVMDragHandler Interface

Provides drag-handling functionality for MVVM items.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IMVVMDragHandler

The IMVVMDragHandler type exposes the following members.

Methods
 NameDescription
Public methodCanStartDrag Determines whether a drag operation can be started.
Public methodDragCancelled Notifies the handler that the drag operation was cancelled.
Public methodDragEnded Notifies the handler that the drag operation ended.
Public methodStartDrag Starts a drag operation.
Top
See Also