menu

Blazor

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

    Show / Hide Table of Contents

    Class ActionBeginEventArgs

    Provides data for the OnActionBegin event.

    Inheritance
    System.Object
    ActionBeginEventArgs
    Namespace: Syncfusion.Blazor.MultiColumnComboBox
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionBeginEventArgs : Object

    Constructors

    ActionBeginEventArgs()

    Declaration
    public ActionBeginEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the current action should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the current action should be canceled; otherwise, false.

    EventName

    Gets the name of the action event.

    Declaration
    public string EventName { get; }
    Property Value
    Type Description
    System.String

    A string that represents the name of the action event.

    Query

    Gets or sets the query object used to specify the initial data to be retrieved from the data source.

    Declaration
    public Query Query { get; set; }
    Property Value
    Type Description
    Query

    A Query object that represents the query parameters for fetching data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved