Class DataBoundEventArgs
Provides information about an DataBound event being raised.
Inheritance
System.Object
DataBoundEventArgs
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class DataBoundEventArgs : Object
Constructors
DataBoundEventArgs()
Declaration
public DataBoundEventArgs()
Properties
E
Gets or sets the original event arguments.
Declaration
public object E { get; }
Property Value
Type |
---|
System.Object |
Items
Gets or sets the populated items data.
Declaration
public object Items { get; }
Property Value
Type |
---|
System.Object |