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
Gets or sets whether the current action needs to be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
NewData
Gets or sets the newly added data.
Declaration
public T NewData { get; set; }
Property Value
Type |
---|
T |
Text
Gets or sets 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 | System.String |