Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MentionClosingEventArgs

    Show / Hide Table of Contents

    Class MentionClosingEventArgs

    Provides information about an Closing event being raised.

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

    Constructors

    MentionClosingEventArgs()

    Declaration
    public MentionClosingEventArgs()

    Properties

    Cancel

    Gets or sets the whether the dropdown popup close action should be canceled or not.

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