Class | Description | |
---|---|---|
DragDrop | Provides drag drop capability to UIElement. | |
DragDropBehavior | Provides attached control with drag drop capability to an element that attached with drop target behavior. | |
DragDropEventData | Contains state information and event data associated with a drag drop event. | |
DragDropManager | Drag drop manager. | |
DragDropPointBehavior | Provides attached control with drag drop capability. The attached object must be the inner element / part of a complex structure. | |
DragDropShadowEventArgs | Provides data for DragDropShadow creation event. | |
DragDropTooltip | Provides a lightweight control for displaying the drag drop tooltip. | |
DragEventArgs | Provides data for DragDrop event. | |
DragEventExtensions | Extension members for drag event args. | |
DropObjectChangedRoutedEventArgs | Provides data for DropObjectChanged event. | |
DropObjectParameter | ||
DropTargetBehavior | Provides attached control with drop capability as the counter part / placeholder for object attached with a drag drop behavior. | |
GiveFeedbackEventArgs | Provides data for GiveFeedback event. | |
GiveFeedbackEventExtensions | Provides extensions for GiveFeedbackEvent. | |
ISDragableHeaderedHierarchicalMultipleSelectionControl | Provides base class for dragable headered items control. | |
ISDragableHeaderedSelectionControl | Provides base class for dragable headered items control. | |
ISDragableHierarchicalMultipleSelectionControl | Provides base class for dragable selection control. | |
ISDragableItemsControl | Provides base class for dragable items control. | |
ISDragableMultipleSelectionControl | Provides base class for dragable selection control. | |
ISDragableSelectionControl | Provides base class for dragable selection control. | |
ISDragDrop | Provides drag drop capability to UIElement. | |
PanelUtilityExport | UXPanel utility class. | |
QueryContinueDragEventArgs | Provides data for QueryContinueDrag event. | |
QueryDropStateEventArgs | Provides data for QueryDropState event. | |
QueryDropStateEventExtentions | Extension members for query drag event args. | |
UXGridPanel | Provides a UXPanel layout in form of grid panel where item can be inserted, moved or removed interactively. | |
UXPanel | Provide an abstact class for UXPanel implementation. | |
UXPanelActionEventArgs | Contains state information and event data associated with a UXPanel action event. | |
UXStackPanel | Provides a UXPanel layout in form of stack panel where item can be inserted, moved or removed interactively. |
Interface | Description | |
---|---|---|
IDropable | Provides an interface for dropable control / panel. | |
IGridPanel | Provides interface for UXGridPanel. | |
IStackPanel | Provides interface for UXStackPanel. |
Delegate | Description | |
---|---|---|
DragDropShadowRoutedEventHandler | Represents the method that will handle the DragDropShadow creation event. | |
DragEventHandler | Represents the method that will handle the DragDrop event. | |
DropObjectChangedRoutedEventHandler | Represents the method that will handle the DropObjectChanged routed event. | |
GiveFeedbackEventHandler | Represents the method that will handle the GiveFeedback event. | |
QueryContinueDragEventHandler | Represents the method that will handle the QueryContinueDrag event. | |
QueryDropStateEventHandler | Represents the method that will handle the QueryDropState routed event. | |
UXPanelActionRoutedEventHandler | Represents the method that will handle the UXPanelAction event. |
Enumeration | Description | |
---|---|---|
DragAction | Specifies how and if a drag-and-drop operation should continue. | |
DragDropEffects | Specifies the effects of a drag-and-drop operation. | |
DragDropKeyStates | Specifies the drag drop key states. | |
DragDropScope | Specifies value that control how the drag drop scopes. | |
DragEffect | Specifies value that control the drag effects to the associated object | |
DragEventType | Specifies drag event type. | |
DragMode | Specifies value that control the drag behavior for items in UXPanel. | |
DragOffMode | Specifies value that control the drag off action. | |
DropAction | Specifies value that control the drop action on drop target. | |
DropBehavior | Specifies value that control the drop action of the drop target. | |
GridMode | Specifies value that control the grid modes in UXGridPanel. | |
MoveType | Specifies values that determine move action. | |
PanelType | Specifies values that determine the type of TransformablePanel. | |
TooltipImage | Specifies values that determine tooltip image. |