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.
Afficher le fichier Open project: SteveDunn/oglr Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public DraggingOverEditor ( ICanvas canvas, DragEventArgs eventArgs ) : void
canvas ICanvas
eventArgs System.Windows.Forms.DragEventArgs
Résultat void

DroppedOnCanvas() public méthode

public DroppedOnCanvas ( ICanvas canvas, DragEventArgs eventArgs ) : void
canvas ICanvas
eventArgs System.Windows.Forms.DragEventArgs
Résultat void

EnteredEditor() public méthode

public EnteredEditor ( ICanvas canvas, DragEventArgs eventArgs ) : void
canvas ICanvas
eventArgs System.Windows.Forms.DragEventArgs
Résultat void

HandleDraggingOfAssets() public méthode

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