| MasterListToListBinderTModel, TListModelEditHandler Property | 
            Gets or sets the method that handles the editing of an existing item. 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
Syntaxpublic Action<TListModel> EditHandler { get; set; }Public Property EditHandler As Action(Of TListModel)
	Get
	Set
public:
property Action<TListModel>^ EditHandler {
	Action<TListModel>^ get ();
	void set (Action<TListModel>^ value);
}member EditHandler : Action<'TListModel> with get, set
Property Value
Type: 
ActionTListModel See Also
See Also