alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class DocumentEditorEvents

    Configures document editor events.

    Inheritance
    object
    ComponentBase
    DocumentEditorEvents
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class DocumentEditorEvents : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Constructors

    DocumentEditorEvents()

    Declaration
    public DocumentEditorEvents()

    Properties

    Created

    Triggers when the component is created.

    Declaration
    [Parameter]
    [JsonIgnore]
    public EventCallback<object> Created { get; set; }
    Property Value
    Type Description
    EventCallback<object>

    An event callback function.

    Destroyed

    Triggers when the component is destroyed.

    Declaration
    [Parameter]
    [JsonIgnore]
    public EventCallback<object> Destroyed { get; set; }
    Property Value
    Type Description
    EventCallback<object>

    An event callback function.

    MetafileImageParsed

    Throws event when a metafile image is parsed on importing a Word document. This event is used to add an equivalent raster image as a fallback.

    Declaration
    [Parameter]
    [JsonIgnore]
    public EventCallback<MetafileImageParsedEventArgs> MetafileImageParsed { get; set; }
    Property Value
    Type
    EventCallback<MetafileImageParsedEventArgs>

    Parent

    Represent document edtitor component.

    Declaration
    [CascadingParameter]
    protected SfDocumentEditor Parent { get; set; }
    Property Value
    Type
    SfDocumentEditor

    Methods

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

    Overrides
    ComponentBase.OnInitializedAsync()

    Implements

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