Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionBeginEventArgs : Object

    Constructors

    ActionBeginEventArgs()

    Declaration
    public ActionBeginEventArgs()

    Properties

    Cancel

    Defines whether the current action can be prevented or not.

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

    RequestType

    Specifies the request type of the event.

    Declaration
    public string RequestType { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved