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