Class CustomValueEventArgs<T>
Inheritance
System.Object
CustomValueEventArgs<T>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class CustomValueEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T |
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 |