alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PasteCleanupCompletedEventArgs

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

    Inheritance
    object
    PasteCleanupCompletedEventArgs
    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 PasteCleanupCompletedEventArgs
    Remarks

    This event is triggered after the clipboard content has been cleaned up.

    It allows inspecting the final content that are about to be inserted into the editor.

    Constructors

    PasteCleanupCompletedEventArgs()

    Declaration
    public PasteCleanupCompletedEventArgs()

    Properties

    Content

    Gets or sets the final content that are about to be pasted into the editor.

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

    A string containing the processed content.

    Remarks

    This represents the actual content that are about to be inserted into the editor

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