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

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

Syntax


[CLSCompliantAttribute]
public abstract class BindingList<BindingListItemType> : BindingList<BindingListItemType>, 
	INotifyPropertyChanged
where BindingListItemType : BindingListItem
<CLSCompliantAttribute> _
Public MustInherit Class BindingList(Of BindingListItemType As BindingListItem) _
	Inherits BindingList(Of BindingListItemType) _
	Implements INotifyPropertyChanged
[CLSCompliantAttribute]
generic<typename BindingListItemType>
where BindingListItemType : BindingListItem
public ref class BindingList abstract : public BindingList<BindingListItemType>, 
	INotifyPropertyChanged

Type Parameters

BindingListItemType

Inheritance Hierarchy


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