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