C# Class Quasar.DragDrop.DragEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: indexzero/quasar

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DragEventArgs ( UIElement dragSource, object data, DragDropEffects allowedEffects, ModifierKeys keyStates, System.Windows.Input.MouseEventArgs mouseArgs ) : System
GetPosition ( UIElement relativeTo ) : Point

Method Details

DragEventArgs() public méthode

public DragEventArgs ( UIElement dragSource, object data, DragDropEffects allowedEffects, ModifierKeys keyStates, System.Windows.Input.MouseEventArgs mouseArgs ) : System
dragSource UIElement
data object
allowedEffects DragDropEffects
keyStates ModifierKeys
mouseArgs System.Windows.Input.MouseEventArgs
Résultat System

GetPosition() public méthode

public GetPosition ( UIElement relativeTo ) : Point
relativeTo UIElement
Résultat Point