BindingList<(Of <(<'BindingListItemType>)>)>..::..DeletedCollection Property

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

Syntax


[BrowsableAttribute]
public BindingList<BindingListItemType> DeletedCollection { get; set; }
<BrowsableAttribute> _
Public Property DeletedCollection As BindingList(Of BindingListItemType)
	Get
	Set
[BrowsableAttribute]
public:
property BindingList<BindingListItemType>^ DeletedCollection {
	BindingList<BindingListItemType>^ get ();
	void set (BindingList<BindingListItemType>^ value);
}