alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ActionBeginEventArgs

    Provides data for action begin events in the MultiColumnComboBox component.

    Inheritance
    object
    ActionBeginEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.MultiColumnComboBox
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionBeginEventArgs

    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
    bool

    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
    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.

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