Click or drag to resize

IMVVMDropHandler Interface

Provides drop-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 IMVVMDropHandler

The IMVVMDropHandler type exposes the following members.

Methods
 NameDescription
Public methodDrop Drops the specified data.
Public methodDropCanAcceptData Evaluates whether a drop operation can accept the data.
Top
See Also