C# Class Outliner.DragDropHandlers.TreeDragDropHandler

Inheritance: DragDropHandler
Afficher le fichier Open project: Pjanssen/Outliner Class Usage Examples

Méthodes publiques

Méthode Description
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
IsValidDropTarget ( IDataObject dragData ) : bool
ItemDropped ( IDataObject dragData ) : bool
TreeDragDropHandler ( Outliner tree, OutlinerScene data ) : System

Méthodes protégées

Méthode Description
IsDroppableNode ( OutlinerNode o ) : bool

Method Details

GetDragDropEffect() public méthode

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

IsDroppableNode() protected méthode

protected IsDroppableNode ( OutlinerNode o ) : bool
o Outliner.Scene.OutlinerNode
Résultat bool

IsValidDropTarget() public méthode

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

ItemDropped() public méthode

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

TreeDragDropHandler() public méthode

public TreeDragDropHandler ( Outliner tree, OutlinerScene data ) : System
tree Outliner
data Outliner.Scene.OutlinerScene
Résultat System