TabDraggedOutsideEventArgs Class

Definition

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.

Applies to