Show / Hide Table of Contents

Interface IAcceptDrop

An object that can handle routed drag and drop events.

Namespace: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public interface IAcceptDrop

Methods

| Improve this Doc View Source

OnDragEnter(DragEventArgs)

Initiates a DragEnter event.

Declaration
void OnDragEnter(DragEventArgs args)
Parameters
Type Name Description
DragEventArgs args

Information about the event.

| Improve this Doc View Source

OnDragLeave(DragEventArgs)

Initiates a DragLeave event.

Declaration
void OnDragLeave(DragEventArgs args)
Parameters
Type Name Description
DragEventArgs args

Information about the event.

| Improve this Doc View Source

OnDragOver(DragEventArgs)

Initiates a DragOver event.

Declaration
void OnDragOver(DragEventArgs args)
Parameters
Type Name Description
DragEventArgs args

Information about the event.

| Improve this Doc View Source

OnDrop(DragEventArgs)

Initiates a Drop event.

Declaration
void OnDrop(DragEventArgs args)
Parameters
Type Name Description
DragEventArgs args

Information about the event.

| Improve this Doc View Source

OnGiveFeedback(GiveFeedbackEventArgs)

Initiates a GiveFeedback event.

Declaration
void OnGiveFeedback(GiveFeedbackEventArgs args)
Parameters
Type Name Description
GiveFeedbackEventArgs args

Information about the event.

| Improve this Doc View Source

OnQueryContinueDrag(QueryContinueDragEventArgs)

Initiates a QueryContinueDrag event.

Declaration
void OnQueryContinueDrag(QueryContinueDragEventArgs args)
Parameters
Type Name Description
QueryContinueDragEventArgs args

Information about the event.

  • Improve this Doc
  • View Source