Class PasteCleanupCompletedEventArgs
Represents the event arguments for after-paste-cleanup event in the SfBlockEditor component.
Inherited Members
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