alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ResizeArgs

    Represents the information about OnResizeStart or OnResizeStop events.

    Inheritance
    object
    ResizeArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResizeArgs
    Remarks

    This class provides details about resizing actions on elements, with the option to cancel resizing.

    Constructors

    ResizeArgs()

    Declaration
    public ResizeArgs()

    Properties

    Cancel

    Gets or sets whether the element resize action should be cancel or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true if the element resize action should be canceled; otherwise, false.

    Remarks

    Use the Cancel property to stop the resizing operation if needed.

    RequestType

    Gets the request type indicating the resize start or stop event.

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

    A string representing the request type.

    Remarks

    The RequestType property provides context about which resizing event (start or stop) was triggered.

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