[]
        
(Showing Draft Content)

C1.Win.Command.C1Command.SetBoolean

SetBoolean Method

SetBoolean(ref bool, bool)

Returns true if the change has actually been made and the control is not initializing (i.e. on change should be fired)

Declaration
protected bool SetBoolean(ref bool oldValue, bool newValue)
Protected Function SetBoolean(ByRef oldValue As Boolean, newValue As Boolean) As Boolean
Parameters
Type Name Description
bool oldValue
bool newValue
Returns
Type Description
bool