BaseListControlObjectCollectionRemove Method
Remove the specified value from the collection
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public void Remove(
Object? value
)
Public Sub Remove (
value As Object
)
public:
virtual void Remove(
Object^ value
) sealed
abstract Remove :
value : Object -> unit
override Remove :
value : Object -> unit
- value Object
- The value to remove
IListRemove(Object)