Class OlapChartBeforeRefreshCommandBehavior
A behavior class to execute command when BeforeRefresh event is raised
Inheritance
System.Object
OlapChartBeforeRefreshCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Olap.MVVM
Assembly: Syncfusion.Olap.MVVM.WPF.dll
Syntax
public class OlapChartBeforeRefreshCommandBehavior : CommandBehaviorBase<OlapChart>
Constructors
OlapChartBeforeRefreshCommandBehavior()
Declaration
public OlapChartBeforeRefreshCommandBehavior()
Methods
OnEventRaised(Object, OlapChartRefreshEventArgs)
Executes the command when BeforeRefresh event is raised.
Declaration
protected virtual void OnEventRaised(object sender, OlapChartRefreshEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The object. |
OlapChartRefreshEventArgs | 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.Chart.Olap.OlapChart>.OnTargetAttached()