Class PivotGridControlCollapsedCommandBehavior
A behavior class to execute command when Collapsed event is raised.
Inheritance
System.Object
PivotGridControlCollapsedCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Olap.MVVM
Assembly: Syncfusion.Olap.MVVM.WPF.dll
Syntax
public class PivotGridControlCollapsedCommandBehavior : CommandBehaviorBase<PivotGridControl>
Constructors
PivotGridControlCollapsedCommandBehavior()
Declaration
public PivotGridControlCollapsedCommandBehavior()
Methods
OnEventRaised(Object, CollapsedEventArgs)
Executes the command when Collapsed event is raised.
Declaration
protected virtual void OnEventRaised(object sender, CollapsedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The object. |
CollapsedEventArgs | e | Event data for the event. |
OnTargetAttached()
Invoked when the target object is attached.
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Controls.PivotGrid.PivotGridControl>.OnTargetAttached()