Property | Type | Description | |
---|---|---|---|
BeginDrag | void | ||
DragDelta | void | ||
EndDrag | void | ||
GetMousePosition | Point | ||
GetMousePosition | Point | ||
OnDragDetectTimerTick | void | ||
OnLostMouseCapture | void | ||
OnMouseLeftButtonUp | void | ||
OnMouseMove | void |
Method | Description | |
---|---|---|
DragDetect ( |
||
DragDetect ( |
||
DragHandlerBase ( ) : System | ||
OnBeginDrag ( ) : void | ||
OnDragDelta ( ) : void | ||
OnEndDrag ( |
||
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
OnKeyUp ( KeyEventArgs e ) : void |
Method | Description | |
---|---|---|
BeginDrag ( ) : void | ||
DragDelta ( ) : void | ||
EndDrag ( bool abort ) : void | ||
GetMousePosition ( System.Windows.Input.MouseEventArgs e ) : Point | ||
GetMousePosition ( Point pt ) : Point | ||
OnDragDetectTimerTick ( object sender, |
||
OnLostMouseCapture ( object sender, MouseEventArgs e ) : void | ||
OnMouseLeftButtonUp ( object sender, MouseButtonEventArgs e ) : void | ||
OnMouseMove ( object sender, MouseEventArgs e ) : void |
protected DragDetect ( |
||
uiElement | ||
e | System.Windows.Input.MouseEventArgs | |
return | void |
protected DragDetect ( |
||
uiElement | ||
pt | Point | |
return | void |
protected abstract OnEndDrag ( |
||
dragElement | ||
abort | bool | |
return | void |
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
return | void |