C# Class Oglr.Plugins.BehaviourDragDropHandler

Inheritance: IHandleDragDrop
Datei anzeigen Open project: SteveDunn/oglr

Public Methods

Method 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 method

public BehaviourDragDropHandler ( IBehaviour>.Func buildBehaviour ) : System
buildBehaviour IBehaviour>.Func
return System

WhenBeingDraggedOverEditor() public method

public WhenBeingDraggedOverEditor ( ICanvas canvas, DraggingContext draggingContext ) : void
canvas ICanvas
draggingContext Oglr.Core.Controls.DraggingContext
return void

WhenDroppedOntoEditor() public method

public WhenDroppedOntoEditor ( ICanvas canvas, DraggingContext context ) : void
canvas ICanvas
context Oglr.Core.Controls.DraggingContext
return void

WhenEnteringEditor() public method

public WhenEnteringEditor ( ICanvas canvas, DraggingContext context ) : void
canvas ICanvas
context Oglr.Core.Controls.DraggingContext
return void

WhenLeavingEditor() public method

public WhenLeavingEditor ( ICanvas canvas, DraggingContext draggingContext ) : void
canvas ICanvas
draggingContext Oglr.Core.Controls.DraggingContext
return void

this() public method

public this ( string name ) : object
name string
return object