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