Class DocumentEditorContainerEvents
Inheritance
System.Object
DocumentEditorContainerEvents
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
Syntax
public class DocumentEditorContainerEvents : BaseComponent, IDisposable
Constructors
DocumentEditorContainerEvents()
Declaration
public DocumentEditorContainerEvents()
Properties
BeforePaneSwitch
Trigger before switching panes in DocumentEditor.
Declaration
public EventCallback<BeforePaneSwitchEventArgs> BeforePaneSwitch { get; set; }
Property Value
ContentChanged
Triggers whenever the content changes in the document editor container.
Declaration
public EventCallback<ContainerContentChangeEventArgs> ContentChanged { get; set; }
Property Value
Triggers while selecting the custom context-menu option.
Declaration
public EventCallback<CustomContentMenuEventArgs> ContextMenuItemSelected { get; set; }
Property Value
Created
Triggers when the component is created
Declaration
public EventCallback<object> Created { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
Destroyed
Triggers when the component is destroyed.
Declaration
public EventCallback<object> Destroyed { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
DocumentChanged
Triggers whenever document changes in the document editor container.
Declaration
public EventCallback<ContainerDocumentChangeEventArgs> DocumentChanged { get; set; }
Property Value
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Overrides
Triggers before deleting comment.
Declaration
public EventCallback<CommentDeleteEventArgs> OnCommentDelete { get; set; }
Property Value
Triggers before opening the custom context-menu option.
Declaration
public EventCallback<BeforeOpenCloseCustomContentMenuEventArgs> OnContextMenuOpen { get; set; }
Property Value
Triggers when toolbar item is clicked.
Declaration
public EventCallback<ClickEventArgs> OnToolbarClick { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<ClickEventArgs> |
|
SelectionChanged
Triggers whenever selection changes in the document editor container.
Declaration
public EventCallback<ContainerSelectionChangeEventArgs> SelectionChanged { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Implements
System.IDisposable