Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomValueEventArgs<T>

    Show / Hide Table of Contents

    Class CustomValueEventArgs<T>

    Defines the custom value event.

    Inheritance
    System.Object
    CustomValueEventArgs<T>
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CustomValueEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    Specifies the type of CustomValueEventArgs.

    Constructors

    CustomValueEventArgs()

    Declaration
    public CustomValueEventArgs()

    Properties

    Cancel

    Illustrates whether the current action needs to be prevented or not.

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

    NewData

    Gets the newly added data.

    Declaration
    public T NewData { get; set; }
    Property Value
    Type Description
    T

    Text

    Gets the typed custom text to make a own text format and assign it to item argument.

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