MasterListToListBinderTModel, TListModelDeleteHandler Property |
Gets or sets the method that handles the removal of existing items. Can only be set before initialisation.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Action<IList<TListModel>> DeleteHandler { get; set; }
Public Property DeleteHandler As Action(Of IList(Of TListModel))
Get
Set
public:
property Action<IList<TListModel>^>^ DeleteHandler {
Action<IList<TListModel>^>^ get ();
void set (Action<IList<TListModel>^>^ value);
}
member DeleteHandler : Action<IList<'TListModel>> with get, set
Property Value
Type:
ActionIListTListModelSee Also