menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LauncherClickEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LauncherClickEventArgs

    Provides information about the LauncherIconClick event callback.

    Inheritance
    System.Object
    LauncherClickEventArgs
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LauncherClickEventArgs : Object
    Remarks

    Use this event to handle logic when the launcher icon in a ribbon group is clicked.

    Constructors

    LauncherClickEventArgs()

    Declaration
    public LauncherClickEventArgs()

    Properties

    GroupId

    Gets or sets the ID of the group in which the launcher icon is present.

    Declaration
    public string GroupId { get; set; }
    Property Value
    Type Description
    System.String

    A System.String representing the group ID. The default value is "".

    Remarks

    This property helps identify the specific ribbon group where the clicked launcher icon resides, enabling you to implement logic tailored to that particular group.

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