Edit

Share via


UCBase.OnIsSignedPropertyChanged(Boolean, Boolean) Method

Definition

protected:
 virtual void OnIsSignedPropertyChanged(bool oldValue, bool newValue);
protected virtual void OnIsSignedPropertyChanged (bool oldValue, bool newValue);
abstract member OnIsSignedPropertyChanged : bool * bool -> unit
override this.OnIsSignedPropertyChanged : bool * bool -> unit
Protected Overridable Sub OnIsSignedPropertyChanged (oldValue As Boolean, newValue As Boolean)

Parameters

oldValue
Boolean
newValue
Boolean

Applies to