alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PasteCleanupStartingEventArgs

    Represents the event arguments for before-paste-cleanup event in the SfBlockEditor component.

    Inheritance
    object
    PasteCleanupStartingEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.BlockEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PasteCleanupStartingEventArgs
    Remarks

    This event is triggered before the clipboard content gets cleaned up.

    It allows inspecting and modifying the raw content before it is cleaned.

    Constructors

    PasteCleanupStartingEventArgs()

    Declaration
    public PasteCleanupStartingEventArgs()

    Properties

    Content

    Gets or sets the raw content from the clipboard.

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    string

    A string containing the uncleaned raw clipboard content. ///

    Remarks

    This can be HTML or plain text, depending on the source of the copied content.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved