'Declaration Protected Overridable Sub OnAChanged( _ ByVal oldValue As Byte, _ ByVal newValue As Byte _ )
'Usage Dim instance As ColorCanvas Dim oldValue As Byte Dim newValue As Byte instance.OnAChanged(oldValue, newValue)
Parameters
- oldValue
- The old byte value.
- newValue
- The new byte value.