[]
        
(Showing Draft Content)

C1.Win.C1Command.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)
Parameters
Type Name Description
bool oldValue
bool newValue
Returns
Type Description
bool