WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridOleDragDropEventsTarget - WPF API Reference | Syncfusion GridControlBase objects. ">

    Show / Hide Table of Contents

    Interface IGridOleDragDropEventsTarget

    Defines an interface for an object that handles Ole Drag Drop events raised by GridControlBase objects.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public interface IGridOleDragDropEventsTarget

    Methods

    OnDragDrop(DragEventArgs)

    Occurs when a drag-and-drop operation is completed and before event is raised.

    Declaration
    void OnDragDrop(DragEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DragEventArgs e

    System.Windows.DragEventArgs containing data related to this event

    OnDragEnter(DragEventArgs)

    Occurs when an object is dragged into the control's bounds and before event is raised.

    Declaration
    void OnDragEnter(DragEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DragEventArgs e

    System.Windows.DragEventArgs containing data related to this event

    OnDragLeave(EventArgs)

    Occurs when an object is dragged out of the control's bounds and before event is raised.

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

    System.Windows.DragEventArgs containing data related to this event

    OnDragOver(DragEventArgs)

    Occurs when an object is dragged over the control's bounds and before event is raised.

    Declaration
    void OnDragOver(DragEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DragEventArgs e

    System.Windows.DragEventArgs containing data related to this event

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved