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> |