Blazor

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

    Show / Hide Table of Contents

    Class BeforeImageDropEventArgs

    Provides data for the OnImageDrop event.

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

    Constructors

    BeforeImageDropEventArgs()

    Declaration
    public BeforeImageDropEventArgs()

    Properties

    Cancel

    Defines whether the current action needs to be prevented or not.

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