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