MasterListToListBinderTModel, TListModel_CheckedChangedHandler Field |
Protected method that is handles changing the checked state for an item.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected Action<TListModel, bool> _CheckedChangedHandler
Protected _CheckedChangedHandler As Action(Of TListModel, Boolean)
protected:
Action<TListModel, bool>^ _CheckedChangedHandler
val mutable _CheckedChangedHandler: Action<'TListModel, bool>
Field Value
Type:
ActionTListModel,
BooleanSee Also