Summary
Event args that is created when a TabItem is closed.
- Namespace
- MahApps
.Metro .Controls - Base Types
-
- CancelEventArgs
graph BT
Type-->Base0["CancelEventArgs"]
Type["BaseMetroTabControl.TabItemClosingEventArgs"]
class Type type-node
Syntax
public class BaseMetroTabControl.TabItemClosingEventArgs : CancelEventArgs
Properties
Name | Value | Summary |
---|---|---|
ClosingTabItem | MetroTabItem |
Gets the MetroTabItem that will be closed.
|