ControlBinderDoCopyControlToModel Method |
Does the actual work of copying the value from the control to the model.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected virtual void DoCopyControlToModel()
Protected Overridable Sub DoCopyControlToModel
protected:
virtual void DoCopyControlToModel()
abstract DoCopyControlToModel : unit -> unit
override DoCopyControlToModel : unit -> unit
See Also