[]
Returns true if the change has actually been made and the control is not initializing (i.e. on change should be fired)
protected bool SetBoolean(ref bool oldValue, bool newValue)
Protected Function SetBoolean(ByRef oldValue As Boolean, newValue As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| bool | oldValue | |
| bool | newValue |
| Type | Description |
|---|---|
| bool |