Property | Type | Description | |
---|---|---|---|
DragControllerProperty |
Method | Description | |
---|---|---|
DragController ( |
||
DragController ( object>.Func |
||
GetDragController ( |
||
SetDragController ( |
Method | Description | |
---|---|---|
Subscribe ( |
||
Unsubscribe ( |
||
dragElement_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
dragElement_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
public DragController ( |
||
dragElement | ||
dataObject | object | |
allowedEffects | DragDropEffects | |
return | System |
public DragController ( object>.Func |
||
dataObjectFactory | object>.Func | |
allowedEffects | DragDropEffects | |
return | System |
public static GetDragController ( |
||
obj | ||
return |
public static SetDragController ( |
||
obj | ||
value | ||
return | void |