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