Show / Hide Table of Contents

Method OnValueChanged

| Edit this page View Source

OnValueChanged(object?, object?)

Called when an attribute value has changed.

Declaration
protected void OnValueChanged(object? oldValue, object? newValue)
Parameters
Type Name Description
object oldValue

The old attribute value.

object newValue

The new updated attribute value.

See Also
ValueChanged
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX