ClassListBoxRemoveEventArgs<TItem>
Class
The class describes the event arguments of the OnRemove event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TItem
Syntax:
cs-api-definition
public class ListBoxRemoveEventArgs<TItem> : ListBoxEventArgsBase<TItem>
Inheritance: objectListBoxEventArgsBase<TItem>ListBoxRemoveEventArgs<TItem>
Inherited Members
Constructors
ListBoxRemoveEventArgs()
Declaration
cs-api-definition
public ListBoxRemoveEventArgs()