TabClosingEventArgs 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.
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. |