menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridControlHyperlinkCellClickCommandBehavior - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotGridControlHyperlinkCellClickCommandBehavior

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

    Inheritance
    System.Object
    CommandBehaviorBase<PivotGridControl>
    PivotGridControlHyperlinkCellClickCommandBehavior
    PivotGridControlHyperlinkCellClickCommandBehavior<T>
    Inherited Members
    CommandBehaviorBase<PivotGridControl>.Command
    CommandBehaviorBase<PivotGridControl>.CommandCanExecuteCheckEnabled
    CommandBehaviorBase<PivotGridControl>.CommandParameter
    CommandBehaviorBase<PivotGridControl>.ExecuteCommand()
    CommandBehaviorBase<PivotGridControl>.GetCommandParameter<TParameter>()
    CommandBehaviorBase<PivotGridControl>.SetCommandParameter<TParameter>(TParameter)
    CommandBehaviorBase<PivotGridControl>.SetTargetObject(PivotGridControl)
    CommandBehaviorBase<PivotGridControl>.TargetObject
    CommandBehaviorBase<PivotGridControl>.UpdateEnabledState()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Olap.MVVM
    Assembly: Syncfusion.Olap.MVVM.WPF.dll
    Syntax
    public class PivotGridControlHyperlinkCellClickCommandBehavior : CommandBehaviorBase<PivotGridControl>

    Constructors

    PivotGridControlHyperlinkCellClickCommandBehavior()

    Declaration
    public PivotGridControlHyperlinkCellClickCommandBehavior()

    Methods

    OnEventRaised(Object, HyperlinkCellClickEventArgs)

    Executes the command when HyperlinkCellClick event is raised.

    Declaration
    protected virtual void OnEventRaised(object sender, HyperlinkCellClickEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The object.

    HyperlinkCellClickEventArgs 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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved