Property | Type | Description | |
---|---|---|---|
PageDragEnd | void | ||
PageDragMove | void | ||
PageDragQuit | void | ||
PageDragStart | void |
Method | Description | |
---|---|---|
GenerateDragTargets ( |
Generate a list of drag targets that are relevant to the provided end data.
|
|
PageDragTreeView ( ) : System |
Initialize a new instance of the PageDragTreeView class.
|
Method | Description | |
---|---|---|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the MouseDown event.
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Raises the MouseMove event.
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Raises the MouseUp event.
|
Method | Description | |
---|---|---|
PageDragEnd ( Point pt ) : void | ||
PageDragMove ( Point pt ) : void | ||
PageDragQuit ( ) : void | ||
PageDragStart ( Point pt ) : void |
public GenerateDragTargets ( |
||
dragEndData | Pages data being dragged. | |
return | DragTargetList |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
return | void |