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