TabClosingEventArgs Class

Definition

Event arguments for TabClosing event.

public class TabClosingEventArgs : System.ComponentModel.CancelEventArgs
type TabClosingEventArgs = class
    inherit CancelEventArgs
Public Class TabClosingEventArgs
Inherits CancelEventArgs
Inheritance
TabClosingEventArgs

Constructors

TabClosingEventArgs(Object, TabViewItem)

Initializes a new instance of the TabClosingEventArgs class.

Properties

Item

Gets the Item being closed.

Tab

Gets the Tab being closed.

Applies to