menu

Blazor

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

    Show / Hide Table of Contents

    Class ActionBeginEventArgs

    Provides information about an OnActionBegin, OnActionBegin event being raised.

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

    Constructors

    ActionBeginEventArgs()

    Declaration
    public ActionBeginEventArgs()

    Properties

    Cancel

    Gets or sets whether the current action should be canceled or not.

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

    true, if the current action can be canceled. Otherwise, false.

    EventName

    Gets the action event name.

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

    Accepts the string value.

    Query

    Gets or sets the query object value to begin the data.

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

    A query object that specifies the initial data to be retrieved from the data source.

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