MasterListToSubsetBinderTSubsetModel, TMasterModel, TListModel, TIdentifierCheckedChangedHandler Property |
See base docs. Throws exception if you try to set it.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override Action<TListModel, bool> CheckedChangedHandler { get; set; }
Public Overrides Property CheckedChangedHandler As Action(Of TListModel, Boolean)
Get
Set
public:
virtual property Action<TListModel, bool>^ CheckedChangedHandler {
Action<TListModel, bool>^ get () override;
void set (Action<TListModel, bool>^ value) override;
}
abstract CheckedChangedHandler : Action<'TListModel, bool> with get, set
override CheckedChangedHandler : Action<'TListModel, bool> with get, set
Property Value
Type:
ActionTListModel,
BooleanSee Also