Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 | |
return | System |
public GetPosition ( UIElement relativeTo ) : Point | ||
relativeTo | UIElement | |
return | Point |