C# Class Oglr.Plugins.BehaviourDragDropHandler

Inheritance: IHandleDragDrop
Afficher le fichier Open project: SteveDunn/oglr

Méthodes publiques

Méthode Description
BehaviourDragDropHandler ( IBehaviour>.Func buildBehaviour ) : System
WhenBeingDraggedOverEditor ( ICanvas canvas, DraggingContext draggingContext ) : void
WhenDroppedOntoEditor ( ICanvas canvas, DraggingContext context ) : void
WhenEnteringEditor ( ICanvas canvas, DraggingContext context ) : void
WhenLeavingEditor ( ICanvas canvas, DraggingContext draggingContext ) : void
this ( string name ) : object

Method Details

BehaviourDragDropHandler() public méthode

public BehaviourDragDropHandler ( IBehaviour>.Func buildBehaviour ) : System
buildBehaviour IBehaviour>.Func
Résultat System

WhenBeingDraggedOverEditor() public méthode

public WhenBeingDraggedOverEditor ( ICanvas canvas, DraggingContext draggingContext ) : void
canvas ICanvas
draggingContext Oglr.Core.Controls.DraggingContext
Résultat void

WhenDroppedOntoEditor() public méthode

public WhenDroppedOntoEditor ( ICanvas canvas, DraggingContext context ) : void
canvas ICanvas
context Oglr.Core.Controls.DraggingContext
Résultat void

WhenEnteringEditor() public méthode

public WhenEnteringEditor ( ICanvas canvas, DraggingContext context ) : void
canvas ICanvas
context Oglr.Core.Controls.DraggingContext
Résultat void

WhenLeavingEditor() public méthode

public WhenLeavingEditor ( ICanvas canvas, DraggingContext draggingContext ) : void
canvas ICanvas
draggingContext Oglr.Core.Controls.DraggingContext
Résultat void

this() public méthode

public this ( string name ) : object
name string
Résultat object