DeletedBindingList<(Of <(<'BindingListItemType>)>)> Class

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


[CLSCompliantAttribute]
public class DeletedBindingList<BindingListItemType> : BindingList<BindingListItemType>
where BindingListItemType : BindingListItem
<CLSCompliantAttribute> _
Public Class DeletedBindingList(Of BindingListItemType As BindingListItem) _
	Inherits BindingList(Of BindingListItemType)
[CLSCompliantAttribute]
generic<typename BindingListItemType>
where BindingListItemType : BindingListItem
public ref class DeletedBindingList : public BindingList<BindingListItemType>

Type Parameters

BindingListItemType

Inheritance Hierarchy


Object
  Collection<(Of <(<'Object>)>)>
    BindingList<(Of <(<'BindingListItemType>)>)>
      JiwaFinancials.Jiwa.JiwaApplication..::..DeletedBindingList<(Of <(<'BindingListItemType>)>)>