C# Class Oglr.Core.Controls.HandleDraggingOfAssets

Represents a type that handle the dragging of assets. This type is used stored in the drag-drop mechanism, so it's important NOT to subsclass it as it won't be recognised.
Exibir arquivo Open project: SteveDunn/oglr Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DraggingOverEditor ( ICanvas canvas, DragEventArgs eventArgs ) : void
DroppedOnCanvas ( ICanvas canvas, DragEventArgs eventArgs ) : void
EnteredEditor ( ICanvas canvas, DragEventArgs eventArgs ) : void
HandleDraggingOfAssets ( IHandleDragDrop handlerForPlugin, StringDictionary propertyBag = null ) : System

Method Details

DraggingOverEditor() public method

public DraggingOverEditor ( ICanvas canvas, DragEventArgs eventArgs ) : void
canvas ICanvas
eventArgs System.Windows.Forms.DragEventArgs
return void

DroppedOnCanvas() public method

public DroppedOnCanvas ( ICanvas canvas, DragEventArgs eventArgs ) : void
canvas ICanvas
eventArgs System.Windows.Forms.DragEventArgs
return void

EnteredEditor() public method

public EnteredEditor ( ICanvas canvas, DragEventArgs eventArgs ) : void
canvas ICanvas
eventArgs System.Windows.Forms.DragEventArgs
return void

HandleDraggingOfAssets() public method

public HandleDraggingOfAssets ( IHandleDragDrop handlerForPlugin, StringDictionary propertyBag = null ) : System
handlerForPlugin IHandleDragDrop
propertyBag System.Collections.Specialized.StringDictionary
return System