The following tables list the members exposed by DropTargetBehavior.
Name | Description | |
---|---|---|
![]() | DropTargetBehavior Constructor | Initializes a new instance of the DropTargetBehavior class. |
Name | Description | |
---|---|---|
![]() ![]() | AllowDropItemProperty | Identifies the AllowDropItem dependency property. |
![]() ![]() | DropBehaviorProperty | Identifies the DropBehavior dependency property. |
![]() ![]() | TooltipIconProperty | Identifies the TooltipIcon dependency property. |
![]() ![]() | TooltipTextProperty | Identifies the TooltipText dependency property. |
Name | Description | |
---|---|---|
![]() | AllowDropItem | Gets or sets a value that determines whether the associated object is dropable. |
![]() | Dispatcher | (Inherited from |
![]() | DropBehavior | Gets or sets the drop behavior. Append child will add the item into panel's children collection. Replace will clear the current panel's children collection and add the new item. Custom will requires manual implementation. |
![]() | Framework | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) |
![]() | IsInDesignMode | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) |
![]() | Platform | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) |
![]() | TooltipIcon | Gets or sets the icon of the tooltip. |
![]() | TooltipText | Gets or sets the text of the tooltip. |
Name | Description | |
---|---|---|
![]() | AssociatedObject | (Inherited from |
![]() | AssociatedType | (Inherited from |
![]() | Product | Overridden. Product Info. |
Name | Description | |
---|---|---|
![]() | Attach | (Inherited from |
![]() | ClearValue | (Inherited from |
![]() | Detach | (Inherited from |
![]() | GetAnimationBaseValue | (Inherited from |
![]() | GetAssociatedObject | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) |
![]() | GetAssociatedType | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) |
![]() | GetValue | (Inherited from |
![]() | ReadLocalValue | (Inherited from |
![]() | SetValue | (Inherited from |
Name | Description | |
---|---|---|
![]() | OnAttached | (Inherited from |
![]() | OnDetaching | (Inherited from |
Name | Description | |
---|---|---|
![]() | DragEnter | Occurs when drag drop is entering drop target. |
![]() | DragLeave | Occurs when drag is leaving drop target. |
![]() | DragOver | Occurs when drag drop is hovering drop target. |
![]() | Drop | Occurs when drag drop. |
![]() | PreviewDragEnter | Occurs when previewing drag enter. |
![]() | PreviewDragLeave | Occurs when previewing drag enter. |
![]() | PreviewDragOver | Occurs when previewing drag over. |
![]() | PreviewDrop | Occurs when previewing drop. |