C# Class Quasar.DragDrop.DragEventArgs

Inheritance: System.EventArgs
Show file Open project: indexzero/quasar

Private Properties

Property Type Description

Public Methods

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

Method Details

DragEventArgs() public method

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

GetPosition() public method

public GetPosition ( UIElement relativeTo ) : Point
relativeTo UIElement
return Point