Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
DragEventArgs ( UIElement dragSource, object data, DragDropEffects allowedEffects, ModifierKeys keyStates, System.Windows.Input.MouseEventArgs mouseArgs ) : System | ||
GetPosition ( UIElement relativeTo ) : Point |
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 | |
Результат | System |
public GetPosition ( UIElement relativeTo ) : Point | ||
relativeTo | UIElement | |
Результат | Point |