TabDraggedOutsideEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class used by the TabView TabDraggedOutside Event
public class TabDraggedOutsideEventArgs : EventArgs
type TabDraggedOutsideEventArgs = class
inherit EventArgs
Public Class TabDraggedOutsideEventArgs
Inherits EventArgs
- Inheritance
-
TabDraggedOutsideEventArgs
Constructors
TabDraggedOutsideEventArgs(Object, TabViewItem) |
Initializes a new instance of the TabDraggedOutsideEventArgs class. |
Properties
Item |
Gets or sets the Item/Data Context of the item being dragged outside of the TabView. |
Tab |
Gets the Tab being dragged outside of the TabView. |