menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OlapGridBeforeRefreshCommandBehavior - API Reference

    Show / Hide Table of Contents

    Class OlapGridBeforeRefreshCommandBehavior

    A behavior class to execute command when BeforeRefresh event is raised.

    Inheritance
    System.Object
    CommandBehaviorBase<OlapGrid>
    OlapGridBeforeRefreshCommandBehavior
    OlapGridBeforeRefreshCommandBehavior<T>
    Inherited Members
    CommandBehaviorBase<OlapGrid>.GetCommandParameter<TParameter>()
    CommandBehaviorBase<OlapGrid>.SetCommandParameter<TParameter>(TParameter)
    CommandBehaviorBase<OlapGrid>.UpdateEnabledState()
    CommandBehaviorBase<OlapGrid>.ExecuteCommand()
    CommandBehaviorBase<OlapGrid>.SetTargetObject(OlapGrid)
    CommandBehaviorBase<OlapGrid>.Command
    CommandBehaviorBase<OlapGrid>.CommandParameter
    CommandBehaviorBase<OlapGrid>.TargetObject
    CommandBehaviorBase<OlapGrid>.CommandCanExecuteCheckEnabled
    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.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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved