C# Class DevZest.Windows.SplitContainer.DragHandler

Inheritance: DragHandlerBase
Datei anzeigen Open project: TNOCS/csTouch

Private Properties

Property Type Description
ClosePreview void
DragHandler System
GetOffset Point
MoveSplitter void
ShowPreview void

Public Methods

Method Description
BeginDrag ( SplitContainer splitContainer, System.Windows.Input.MouseEventArgs e ) : void

Protected Methods

Method Description
OnBeginDrag ( ) : void
OnDragDelta ( ) : void
OnEndDrag ( UIElement dragElement, bool abort ) : void

Private Methods

Method Description
ClosePreview ( ) : void
DragHandler ( ) : System
GetOffset ( double horizontalChange, double verticalChange ) : Point
MoveSplitter ( double offsetX, double offsetY ) : void
ShowPreview ( ) : void

Method Details

BeginDrag() public method

public BeginDrag ( SplitContainer splitContainer, System.Windows.Input.MouseEventArgs e ) : void
splitContainer SplitContainer
e System.Windows.Input.MouseEventArgs
return void

OnBeginDrag() protected method

protected OnBeginDrag ( ) : void
return void

OnDragDelta() protected method

protected OnDragDelta ( ) : void
return void

OnEndDrag() protected method

protected OnEndDrag ( UIElement dragElement, bool abort ) : void
dragElement UIElement
abort bool
return void