alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum BlockAction

    Specifies the types of operations that can occur on blocks within the SfBlockEditor.

    Namespace: Syncfusion.Blazor.BlockEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum BlockAction
    Remarks

    Use these values to determine how to process a given BlockChange.

    • Insertion - A new block was added.
    • Deletion - An existing block was removed.
    • Moved - A block changed position or parent.
    • Update - A block’s content or properties were modified.

    Fields

    Name Description
    Deletion

    An existing block was removed.

    Insertion

    A new block was added.

    Moved

    A block changed position or parent.

    Update

    A block’s content or properties were modified.

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