menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDragDispatcher - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IDragDispatcher

    Interface for implementing by parent control supporting Drag operation. Methods of this interface invoke corresponding drag methods of parent control.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IDragDispatcher

    Methods

    DispatchDoDragDrop(Object, DragDropEffects)

    Declaration
    DragDropEffects DispatchDoDragDrop(object data, DragDropEffects allowedEffects)
    Parameters
    Type Name Description
    System.Object data
    System.Windows.Forms.DragDropEffects allowedEffects
    Returns
    Type
    System.Windows.Forms.DragDropEffects

    DispatchDragOver(DragEventArgs)

    Declaration
    void DispatchDragOver(DragEventArgs drgevent)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs drgevent

    DispatchOnDragDrop(DragEventArgs)

    Declaration
    void DispatchOnDragDrop(DragEventArgs drgevent)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs drgevent

    DispatchOnDragEnter(DragEventArgs)

    Declaration
    void DispatchOnDragEnter(DragEventArgs drgevent)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs drgevent

    DispatchOnDragLeave(EventArgs)

    Declaration
    void DispatchOnDragLeave(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    DispatchOnGiveFeedback(GiveFeedbackEventArgs)

    Declaration
    void DispatchOnGiveFeedback(GiveFeedbackEventArgs args)
    Parameters
    Type Name Description
    System.Windows.Forms.GiveFeedbackEventArgs args

    DispatchOnQueryContinueDrag(QueryContinueDragEventArgs)

    Declaration
    void DispatchOnQueryContinueDrag(QueryContinueDragEventArgs args)
    Parameters
    Type Name Description
    System.Windows.Forms.QueryContinueDragEventArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved