TabClosingEventArgs(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 TabClosingEventArgs class.
public TabClosingEventArgs (object item, Microsoft.Toolkit.Uwp.UI.Controls.TabViewItem tab);
new Microsoft.Toolkit.Uwp.UI.Controls.TabClosingEventArgs : obj * Microsoft.Toolkit.Uwp.UI.Controls.TabViewItem -> Microsoft.Toolkit.Uwp.UI.Controls.TabClosingEventArgs
Public Sub New (item As Object, tab As TabViewItem)
Parameters
- item
- Object
Item being closed.
- tab
- TabViewItem
TabViewItem container being closed.