Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DialogCloseEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DialogCloseEventArgs

    Provides data for the OnDialogClose event.

    Inheritance
    System.Object
    DialogCloseEventArgs
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DialogCloseEventArgs : Object

    Constructors

    DialogCloseEventArgs()

    Declaration
    public DialogCloseEventArgs()

    Properties

    Cancel

    Defines whether the current action can be prevented or not.

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

    IsInteracted

    Determines whether the event is triggered by user interaction or not.

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