Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OpenEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OpenEventArgs

    Interface for open event.

    Inheritance
    System.Object
    OpenEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OpenEventArgs : Object

    Constructors

    OpenEventArgs()

    Declaration
    public OpenEventArgs()

    Properties

    Element

    Specifies the color picker popup element.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    Name

    Specifies name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved