C# Class Outliner.DragDropHandlers.GroupDragDropHandler

Inheritance: ObjectDragDropHandler
Afficher le fichier Open project: Pjanssen/Outliner

Méthodes publiques

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

Method Details

GetDragDropEffect() public méthode

public GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
dragData IDataObject
Résultat DragDropEffects

GroupDragDropHandler() public méthode

public GroupDragDropHandler ( Outliner tree, OutlinerObject data ) : System
tree Outliner
data Outliner.Scene.OutlinerObject
Résultat System

ItemDropped() public méthode

public ItemDropped ( IDataObject dragData ) : bool
dragData IDataObject
Résultat bool