C# Класс Quasar.DragDrop.AttachedDragDropBehavior

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DragCompletedProperty System.Windows.DependencyProperty
DragDataProperty System.Windows.DependencyProperty
DragDeltaProperty System.Windows.DependencyProperty
DragDropEffectsProperty System.Windows.DependencyProperty
DragEnterProperty System.Windows.DependencyProperty
DragLeaveProperty System.Windows.DependencyProperty
DragStartProperty System.Windows.DependencyProperty
DropProperty System.Windows.DependencyProperty
IsEnabledProperty System.Windows.DependencyProperty
IsHostProperty System.Windows.DependencyProperty
RestrictToParentBoundsProperty System.Windows.DependencyProperty
XProperty System.Windows.DependencyProperty
YProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
FindDragDropHost ( UIElement element ) : FrameworkElement
GetBeginDragHandler ( DependencyObject obj ) : DragStartedEventHandler
GetDragCompleted ( DependencyObject obj ) : string
GetDragCompletedHandler ( DependencyObject obj ) : DragCompletedEventHandler
GetDragData ( DependencyObject obj ) : object
GetDragDelta ( DependencyObject obj ) : string
GetDragDeltaHandler ( DependencyObject obj ) : DragDeltaEventHandler
GetDragDropEffects ( DependencyObject obj ) : DragDropEffects
GetDragEnter ( DependencyObject obj ) : string
GetDragEnterHandler ( DependencyObject obj ) : DragEventHandler
GetDragLeave ( DependencyObject obj ) : string
GetDragLeaveHandler ( DependencyObject obj ) : DragEventHandler
GetDragStart ( DependencyObject obj ) : string
GetDrop ( DependencyObject obj ) : string
GetDropHandler ( DependencyObject obj ) : DragEventHandler
GetIsEnabled ( DependencyObject obj ) : bool
GetIsHost ( DependencyObject obj ) : bool
GetRestrictToParentBounds ( DependencyObject obj ) : bool
GetX ( DependencyObject obj ) : double
GetY ( DependencyObject obj ) : double
SetDragCompleted ( DependencyObject obj, string value ) : void
SetDragData ( DependencyObject obj, object value ) : void
SetDragDelta ( DependencyObject obj, string value ) : void
SetDragDropEffects ( DependencyObject obj, DragDropEffects value ) : void
SetDragEnter ( DependencyObject obj, string value ) : void
SetDragLeave ( DependencyObject obj, string value ) : void
SetDragStart ( DependencyObject obj, string value ) : void
SetDrop ( DependencyObject obj, string value ) : void
SetIsEnabled ( DependencyObject obj, bool value ) : void
SetIsHost ( DependencyObject obj, bool value ) : void
SetRestrictToParentBounds ( DependencyObject obj, bool value ) : void
SetX ( DependencyObject obj, double value ) : void
SetY ( DependencyObject obj, double value ) : void

Приватные методы

Метод Описание
FindFirstDragDropTarget ( IEnumerable elements ) : UIElement
GetItemUnderDrag ( DependencyObject obj ) : UIElement
GetTotalX ( DependencyObject obj ) : double
GetTotalY ( DependencyObject obj ) : double
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 ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
SetBeginDragHandler ( DependencyObject obj, DragStartedEventHandler value ) : void
SetDragCompletedHandler ( DependencyObject obj, DragCompletedEventHandler value ) : void
SetDragDeltaHandler ( DependencyObject obj, DragDeltaEventHandler value ) : void
SetDragEnterHandler ( DependencyObject obj, DragEventHandler value ) : void
SetDragLeaveHandler ( DependencyObject obj, DragEventHandler value ) : void
SetDropHandler ( DependencyObject obj, DragEventHandler value ) : void
SetItemUnderDag ( DependencyObject obj, UIElement value ) : void
SetTotalX ( DependencyObject obj, double value ) : void
SetTotalY ( DependencyObject obj, double value ) : void

Описание методов

FindDragDropHost() публичный статический Метод

public static FindDragDropHost ( UIElement element ) : FrameworkElement
element UIElement
Результат System.Windows.FrameworkElement

GetBeginDragHandler() публичный статический Метод

public static GetBeginDragHandler ( DependencyObject obj ) : DragStartedEventHandler
obj System.Windows.DependencyObject
Результат DragStartedEventHandler

GetDragCompleted() публичный статический Метод

public static GetDragCompleted ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Результат string

GetDragCompletedHandler() публичный статический Метод

public static GetDragCompletedHandler ( DependencyObject obj ) : DragCompletedEventHandler
obj System.Windows.DependencyObject
Результат DragCompletedEventHandler

GetDragData() публичный статический Метод

public static GetDragData ( DependencyObject obj ) : object
obj System.Windows.DependencyObject
Результат object

GetDragDelta() публичный статический Метод

public static GetDragDelta ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Результат string

GetDragDeltaHandler() публичный статический Метод

public static GetDragDeltaHandler ( DependencyObject obj ) : DragDeltaEventHandler
obj System.Windows.DependencyObject
Результат DragDeltaEventHandler

GetDragDropEffects() публичный статический Метод

public static GetDragDropEffects ( DependencyObject obj ) : DragDropEffects
obj System.Windows.DependencyObject
Результат DragDropEffects

GetDragEnter() публичный статический Метод

public static GetDragEnter ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Результат string

GetDragEnterHandler() публичный статический Метод

public static GetDragEnterHandler ( DependencyObject obj ) : DragEventHandler
obj System.Windows.DependencyObject
Результат DragEventHandler

GetDragLeave() публичный статический Метод

public static GetDragLeave ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Результат string

GetDragLeaveHandler() публичный статический Метод

public static GetDragLeaveHandler ( DependencyObject obj ) : DragEventHandler
obj System.Windows.DependencyObject
Результат DragEventHandler

GetDragStart() публичный статический Метод

public static GetDragStart ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Результат string

GetDrop() публичный статический Метод

public static GetDrop ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Результат string

GetDropHandler() публичный статический Метод

public static GetDropHandler ( DependencyObject obj ) : DragEventHandler
obj System.Windows.DependencyObject
Результат DragEventHandler

GetIsEnabled() публичный статический Метод

public static GetIsEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Результат bool

GetIsHost() публичный статический Метод

public static GetIsHost ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Результат bool

GetRestrictToParentBounds() публичный статический Метод

public static GetRestrictToParentBounds ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Результат bool

GetX() публичный статический Метод

public static GetX ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
Результат double

GetY() публичный статический Метод

public static GetY ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
Результат double

SetDragCompleted() публичный статический Метод

public static SetDragCompleted ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Результат void

SetDragData() публичный статический Метод

public static SetDragData ( DependencyObject obj, object value ) : void
obj System.Windows.DependencyObject
value object
Результат void

SetDragDelta() публичный статический Метод

public static SetDragDelta ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Результат void

SetDragDropEffects() публичный статический Метод

public static SetDragDropEffects ( DependencyObject obj, DragDropEffects value ) : void
obj System.Windows.DependencyObject
value DragDropEffects
Результат void

SetDragEnter() публичный статический Метод

public static SetDragEnter ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Результат void

SetDragLeave() публичный статический Метод

public static SetDragLeave ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Результат void

SetDragStart() публичный статический Метод

public static SetDragStart ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Результат void

SetDrop() публичный статический Метод

public static SetDrop ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Результат void

SetIsEnabled() публичный статический Метод

public static SetIsEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Результат void

SetIsHost() публичный статический Метод

public static SetIsHost ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Результат void

SetRestrictToParentBounds() публичный статический Метод

public static SetRestrictToParentBounds ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Результат void

SetX() публичный статический Метод

public static SetX ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
Результат void

SetY() публичный статический Метод

public static SetY ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
Результат void

Описание свойств

DragCompletedProperty публичное статическое свойство

public static DependencyProperty,System.Windows DragCompletedProperty
Результат System.Windows.DependencyProperty

DragDataProperty публичное статическое свойство

public static DependencyProperty,System.Windows DragDataProperty
Результат System.Windows.DependencyProperty

DragDeltaProperty публичное статическое свойство

public static DependencyProperty,System.Windows DragDeltaProperty
Результат System.Windows.DependencyProperty

DragDropEffectsProperty публичное статическое свойство

public static DependencyProperty,System.Windows DragDropEffectsProperty
Результат System.Windows.DependencyProperty

DragEnterProperty публичное статическое свойство

public static DependencyProperty,System.Windows DragEnterProperty
Результат System.Windows.DependencyProperty

DragLeaveProperty публичное статическое свойство

public static DependencyProperty,System.Windows DragLeaveProperty
Результат System.Windows.DependencyProperty

DragStartProperty публичное статическое свойство

public static DependencyProperty,System.Windows DragStartProperty
Результат System.Windows.DependencyProperty

DropProperty публичное статическое свойство

public static DependencyProperty,System.Windows DropProperty
Результат System.Windows.DependencyProperty

IsEnabledProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsEnabledProperty
Результат System.Windows.DependencyProperty

IsHostProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsHostProperty
Результат System.Windows.DependencyProperty

RestrictToParentBoundsProperty публичное статическое свойство

public static DependencyProperty,System.Windows RestrictToParentBoundsProperty
Результат System.Windows.DependencyProperty

XProperty публичное статическое свойство

public static DependencyProperty,System.Windows XProperty
Результат System.Windows.DependencyProperty

YProperty публичное статическое свойство

public static DependencyProperty,System.Windows YProperty
Результат System.Windows.DependencyProperty