Blazor

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

    Show / Hide Table of Contents

    Class BarcodeGeneratorEvents

    Represents the data and functionalities for barcode events.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    BarcodeGeneratorEvents
    Namespace: Syncfusion.Blazor.BarcodeGenerator
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BarcodeGeneratorEvents : SfBaseComponent

    Constructors

    BarcodeGeneratorEvents()

    Declaration
    public BarcodeGeneratorEvents()

    Properties

    Invalid

    Triggers if user enters any invalid character.

    Declaration
    public EventCallback<object> Invalid { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved