C# 클래스 Outliner.DragDropHandlers.GroupDragDropHandler

상속: ObjectDragDropHandler
파일 보기 프로젝트 열기: Pjanssen/Outliner

공개 메소드들

메소드 설명
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
GroupDragDropHandler ( Outliner tree, OutlinerObject data ) : System
ItemDropped ( IDataObject dragData ) : bool

메소드 상세

GetDragDropEffect() 공개 메소드

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

GroupDragDropHandler() 공개 메소드

public GroupDragDropHandler ( Outliner tree, OutlinerObject data ) : System
tree Outliner
data Outliner.Scene.OutlinerObject
리턴 System

ItemDropped() 공개 메소드

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