C# 클래스 Oglr.Plugins.BehaviourDragDropHandler

상속: IHandleDragDrop
파일 보기 프로젝트 열기: SteveDunn/oglr

공개 메소드들

메소드 설명
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

메소드 상세

BehaviourDragDropHandler() 공개 메소드

public BehaviourDragDropHandler ( IBehaviour>.Func buildBehaviour ) : System
buildBehaviour IBehaviour>.Func
리턴 System

WhenBeingDraggedOverEditor() 공개 메소드

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

WhenDroppedOntoEditor() 공개 메소드

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

WhenEnteringEditor() 공개 메소드

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

WhenLeavingEditor() 공개 메소드

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

this() 공개 메소드

public this ( string name ) : object
name string
리턴 object