The following tables list the members exposed by DragDropControlBehavior.
Name | Description | |
---|---|---|
DragDropControlBehavior Constructor | Initializes a new instance of the DragDropControlBehavior class. |
Name | Description | |
---|---|---|
AllowDropItemProperty | Identifies the AllowDropItem dependency property. |
Name | Description | |
---|---|---|
AllowDropItem | Gets or sets a value that determines whether the associated object is dropable. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
Framework | Gets the entity framework. (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | |
IsInDesignMode | Gets a value indicating whether the control is in design mode (development). (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | |
Platform | Gets a value that indicates the current client platform. (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) |
Name | Description | |
---|---|---|
AssociatedObject | (Inherited from System.Windows.Interactivity.Behavior<UIElement>) | |
AssociatedType | (Inherited from System.Windows.Interactivity.Behavior) | |
Product | Overridden. Product Info. |
Name | Description | |
---|---|---|
Attach | (Inherited from System.Windows.Interactivity.Behavior) | |
ClearValue | (Inherited from System.Windows.DependencyObject) | |
Detach | (Inherited from System.Windows.Interactivity.Behavior) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetAssociatedObject | Gets the associated object. (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | |
GetAssociatedType | Gets the associated type (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnAttached | (Inherited from System.Windows.Interactivity.Behavior) | |
OnDetaching | (Inherited from System.Windows.Interactivity.Behavior) |
Name | Description | |
---|---|---|
DragEnd | Occurs when drag end. | |
DragEnded | Occurs when drag is ended. | |
DragEnter | Occurs when drag drop is entering drop target. | |
DragInit | Occurs when drag is initializing. | |
DragLeave | Occurs when drag is leaving drop target. | |
DragOver | Occurs when drag drop is hovering drop target. | |
DragReturn | Occurs when drag object is returning to original position. | |
DragReturned | Occurs when drag object is returned to original position. | |
DragStart | Occurs when drag start. | |
DragStarted | Occurs when drag started. | |
Drop | Occurs when drag drop. | |
GiveFeedBack | Occurs when drag drop operation is started. | |
PrepareDrop | Occurs before drag event. | |
PreviewDragEnter | Occurs when previewing drag enter. | |
PreviewDragLeave | Occurs when previewing drag leave. | |
PreviewDragOver | Occurs when previewing drag over. | |
PreviewDrop | Occurs when previewing drop. | |
PreviewGiveFeedBack | Occurs when previewing give feedback. | |
PreviewQueryContinueDrag | Occurs when previewing query contiue drag. | |
QueryContinueDrag | Occurs when drag drop operation is started. | |
ShadowCreated | Occurs when shadow is created. | |
ShadowInit | Occurs when shadow is initializing. |