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