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