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