C# 클래스 Outliner.DragDropHandlers.TreeDragDropHandler

상속: DragDropHandler
파일 보기 프로젝트 열기: Pjanssen/Outliner 1 사용 예제들

공개 메소드들

메소드 설명
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
IsValidDropTarget ( IDataObject dragData ) : bool
ItemDropped ( IDataObject dragData ) : bool
TreeDragDropHandler ( Outliner tree, OutlinerScene data ) : System

보호된 메소드들

메소드 설명
IsDroppableNode ( OutlinerNode o ) : bool

메소드 상세

GetDragDropEffect() 공개 메소드

public GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
dragData IDataObject
리턴 DragDropEffects

IsDroppableNode() 보호된 메소드

protected IsDroppableNode ( OutlinerNode o ) : bool
o Outliner.Scene.OutlinerNode
리턴 bool

IsValidDropTarget() 공개 메소드

public IsValidDropTarget ( IDataObject dragData ) : bool
dragData IDataObject
리턴 bool

ItemDropped() 공개 메소드

public ItemDropped ( IDataObject dragData ) : bool
dragData IDataObject
리턴 bool

TreeDragDropHandler() 공개 메소드

public TreeDragDropHandler ( Outliner tree, OutlinerScene data ) : System
tree Outliner
data Outliner.Scene.OutlinerScene
리턴 System