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