C# Class Quasar.Samples.DragDropControls

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: indexzero/quasar

Méthodes publiques

Méthode Description
CustomCanvasDrag ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs args ) : void
DragDropControls ( ) : System
OnDragEnter ( object sender, DragEventArgs args ) : void
OnDragLeave ( object sender, DragEventArgs args ) : void
OnDrop ( object sender, DragEventArgs args ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Method Details

CustomCanvasDrag() public méthode

public CustomCanvasDrag ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs args ) : void
sender object
args System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

DragDropControls() public méthode

public DragDropControls ( ) : System
Résultat System

OnDragEnter() public méthode

public OnDragEnter ( object sender, DragEventArgs args ) : void
sender object
args DragEventArgs
Résultat void

OnDragLeave() public méthode

public OnDragLeave ( object sender, DragEventArgs args ) : void
sender object
args DragEventArgs
Résultat void

OnDrop() public méthode

public OnDrop ( object sender, DragEventArgs args ) : void
sender object
args DragEventArgs
Résultat void