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