Class ItemsBoardToolBar
- Namespace
- HeBianGu.Control.StoryBoard
- Assembly
- HeBianGu.Control.StoryBoard.dll
public class ItemsBoardToolBar : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
ItemsBoardToolBar
- Implements
- Inherited Members
- Extension Methods
Methods
OnDragEnter(DragEventArgs)
Invoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnDragEnter(DragEventArgs e)
Parameters
eDragEventArgsThe DragEventArgs that contains the event data.
OnDrop(DragEventArgs)
Invoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnDrop(DragEventArgs e)
Parameters
eDragEventArgsThe DragEventArgs that contains the event data.