Свойство | Тип | Описание | |
---|---|---|---|
DragCompletedProperty | |||
DragDataProperty | |||
DragDeltaProperty | |||
DragDropEffectsProperty | |||
DragEnterProperty | |||
DragLeaveProperty | |||
DragStartProperty | |||
DropProperty | |||
IsEnabledProperty | |||
IsHostProperty | |||
RestrictToParentBoundsProperty | |||
XProperty | |||
YProperty |
Метод | Описание | |
---|---|---|
FindDragDropHost ( UIElement element ) : |
||
GetBeginDragHandler ( |
||
GetDragCompleted ( |
||
GetDragCompletedHandler ( |
||
GetDragData ( |
||
GetDragDelta ( |
||
GetDragDeltaHandler ( |
||
GetDragDropEffects ( |
||
GetDragEnter ( |
||
GetDragEnterHandler ( |
||
GetDragLeave ( |
||
GetDragLeaveHandler ( |
||
GetDragStart ( |
||
GetDrop ( |
||
GetDropHandler ( |
||
GetIsEnabled ( |
||
GetIsHost ( |
||
GetRestrictToParentBounds ( |
||
GetX ( |
||
GetY ( |
||
SetDragCompleted ( |
||
SetDragData ( |
||
SetDragDelta ( |
||
SetDragDropEffects ( |
||
SetDragEnter ( |
||
SetDragLeave ( |
||
SetDragStart ( |
||
SetDrop ( |
||
SetIsEnabled ( |
||
SetIsHost ( |
||
SetRestrictToParentBounds ( |
||
SetX ( |
||
SetY ( |
Метод | Описание | |
---|---|---|
FindFirstDragDropTarget ( IEnumerable |
||
GetItemUnderDrag ( |
||
GetTotalX ( |
||
GetTotalY ( |
||
OnDragCompleted ( object sender, System.Windows.Input.MouseButtonEventArgs args ) : void | ||
OnDragDelta ( object sender, System.Windows.Input.MouseEventArgs args ) : void | ||
OnDragStart ( object sender, System.Windows.Input.MouseButtonEventArgs args ) : void | ||
OnIsEnabledChanged ( |
||
SetBeginDragHandler ( |
||
SetDragCompletedHandler ( |
||
SetDragDeltaHandler ( |
||
SetDragEnterHandler ( |
||
SetDragLeaveHandler ( |
||
SetDropHandler ( |
||
SetItemUnderDag ( |
||
SetTotalX ( |
||
SetTotalY ( |
public static FindDragDropHost ( UIElement element ) : |
||
element | UIElement | |
Результат |
public static GetBeginDragHandler ( |
||
obj | ||
Результат | DragStartedEventHandler |
public static GetDragCompleted ( |
||
obj | ||
Результат | string |
public static GetDragCompletedHandler ( |
||
obj | ||
Результат | DragCompletedEventHandler |
public static GetDragData ( |
||
obj | ||
Результат | object |
public static GetDragDelta ( |
||
obj | ||
Результат | string |
public static GetDragDeltaHandler ( |
||
obj | ||
Результат | DragDeltaEventHandler |
public static GetDragDropEffects ( |
||
obj | ||
Результат | DragDropEffects |
public static GetDragEnter ( |
||
obj | ||
Результат | string |
public static GetDragEnterHandler ( |
||
obj | ||
Результат | DragEventHandler |
public static GetDragLeave ( |
||
obj | ||
Результат | string |
public static GetDragLeaveHandler ( |
||
obj | ||
Результат | DragEventHandler |
public static GetDragStart ( |
||
obj | ||
Результат | string |
public static GetDrop ( |
||
obj | ||
Результат | string |
public static GetDropHandler ( |
||
obj | ||
Результат | DragEventHandler |
public static GetIsEnabled ( |
||
obj | ||
Результат | bool |
public static GetIsHost ( |
||
obj | ||
Результат | bool |
public static GetRestrictToParentBounds ( |
||
obj | ||
Результат | bool |
public static GetX ( |
||
obj | ||
Результат | double |
public static GetY ( |
||
obj | ||
Результат | double |
public static SetDragCompleted ( |
||
obj | ||
value | string | |
Результат | void |
public static SetDragData ( |
||
obj | ||
value | object | |
Результат | void |
public static SetDragDelta ( |
||
obj | ||
value | string | |
Результат | void |
public static SetDragDropEffects ( |
||
obj | ||
value | DragDropEffects | |
Результат | void |
public static SetDragEnter ( |
||
obj | ||
value | string | |
Результат | void |
public static SetDragLeave ( |
||
obj | ||
value | string | |
Результат | void |
public static SetDragStart ( |
||
obj | ||
value | string | |
Результат | void |
public static SetDrop ( |
||
obj | ||
value | string | |
Результат | void |
public static SetIsEnabled ( |
||
obj | ||
value | bool | |
Результат | void |
public static SetIsHost ( |
||
obj | ||
value | bool | |
Результат | void |
public static SetRestrictToParentBounds ( |
||
obj | ||
value | bool | |
Результат | void |
public static SetX ( |
||
obj | ||
value | double | |
Результат | void |
public static SetY ( |
||
obj | ||
value | double | |
Результат | void |
public static DependencyProperty,System.Windows DragCompletedProperty | ||
Результат |
public static DependencyProperty,System.Windows DragDataProperty | ||
Результат |
public static DependencyProperty,System.Windows DragDeltaProperty | ||
Результат |
public static DependencyProperty,System.Windows DragDropEffectsProperty | ||
Результат |
public static DependencyProperty,System.Windows DragEnterProperty | ||
Результат |
public static DependencyProperty,System.Windows DragLeaveProperty | ||
Результат |
public static DependencyProperty,System.Windows DragStartProperty | ||
Результат |
public static DependencyProperty,System.Windows DropProperty | ||
Результат |
public static DependencyProperty,System.Windows IsEnabledProperty | ||
Результат |
public static DependencyProperty,System.Windows IsHostProperty | ||
Результат |
public static DependencyProperty,System.Windows RestrictToParentBoundsProperty | ||
Результат |
public static DependencyProperty,System.Windows XProperty | ||
Результат |