Class TabControlExtTabClosingCommandBehavior
Inheritance
System.Object
TabControlExtTabClosingCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Tools.MVVM
Assembly: Syncfusion.Tools.MVVM.WPF.dll
Syntax
public class TabControlExtTabClosingCommandBehavior : CommandBehaviorBase<TabControlExt>
Constructors
TabControlExtTabClosingCommandBehavior()
Declaration
public TabControlExtTabClosingCommandBehavior()
Methods
OnEventRaised(Object, CancelingRoutedEventArgs)
Declaration
protected virtual void OnEventRaised(object sender, CancelingRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
CancelingRoutedEventArgs | e |
OnTargetAttached()
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Tools.Controls.TabControlExt>.OnTargetAttached()