C# Class Outliner.DragDropHandlers.GroupDragDropHandler

Inheritance: ObjectDragDropHandler
ファイルを表示 Open project: Pjanssen/Outliner

Public Methods

Method Description
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
GroupDragDropHandler ( Outliner tree, OutlinerObject data ) : System
ItemDropped ( IDataObject dragData ) : bool

Method Details

GetDragDropEffect() public method

public GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
dragData IDataObject
return DragDropEffects

GroupDragDropHandler() public method

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

ItemDropped() public method

public ItemDropped ( IDataObject dragData ) : bool
dragData IDataObject
return bool