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 SourceOnDragEnter(DragEventArgs)
Initiates a DragEnter event.
Declaration
void OnDragEnter(DragEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
DragEventArgs | args | Information about the event. |
OnDragLeave(DragEventArgs)
Initiates a DragLeave event.
Declaration
void OnDragLeave(DragEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
DragEventArgs | args | Information about the event. |
OnDragOver(DragEventArgs)
Initiates a DragOver event.
Declaration
void OnDragOver(DragEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
DragEventArgs | args | Information about the event. |
OnDrop(DragEventArgs)
Initiates a Drop event.
Declaration
void OnDrop(DragEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
DragEventArgs | args | Information about the event. |
OnGiveFeedback(GiveFeedbackEventArgs)
Initiates a GiveFeedback event.
Declaration
void OnGiveFeedback(GiveFeedbackEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
GiveFeedbackEventArgs | args | Information about the event. |
OnQueryContinueDrag(QueryContinueDragEventArgs)
Initiates a QueryContinueDrag event.
Declaration
void OnQueryContinueDrag(QueryContinueDragEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
QueryContinueDragEventArgs | args | Information about the event. |