TabDraggedOutsideEventArgs(Object, TabViewItem) Constructor
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.
Initializes a new instance of the TabDraggedOutsideEventArgs class.
public TabDraggedOutsideEventArgs (object item, Microsoft.Toolkit.Uwp.UI.Controls.TabViewItem tab);
new Microsoft.Toolkit.Uwp.UI.Controls.TabDraggedOutsideEventArgs : obj * Microsoft.Toolkit.Uwp.UI.Controls.TabViewItem -> Microsoft.Toolkit.Uwp.UI.Controls.TabDraggedOutsideEventArgs
Public Sub New (item As Object, tab As TabViewItem)
Parameters
- item
- Object
data context of element dragged
- tab
- TabViewItem
TabViewItem container being dragged.