alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class GalleryPopupCloseEventArgs

    Provides information about the PopupClosing event callback.

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

    Use this event to handle logic before a gallery popup is closed.

    Constructors

    GalleryPopupCloseEventArgs()

    Declaration
    public GalleryPopupCloseEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the gallery popup close action should be canceled.

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

    true if the action should be canceled; otherwise, false. The default value is false.

    Remarks

    Use this property within event handlers to control whether the gallery popup should proceed with its close operation. This is typically set to true to delay or prevent the action based on specific conditions or custom logic.

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