Class GroupViewGroupViewItemRemovedCommandBehavior
Inheritance
System.Object
GroupViewGroupViewItemRemovedCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Tools.MVVM
Assembly: Syncfusion.Tools.MVVM.WPF.dll
Syntax
public class GroupViewGroupViewItemRemovedCommandBehavior : CommandBehaviorBase<GroupView>
Constructors
GroupViewGroupViewItemRemovedCommandBehavior()
Declaration
public GroupViewGroupViewItemRemovedCommandBehavior()
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.GroupView>.OnTargetAttached()