NumericUpDown.

OnMaximumChanged(double, double) Method

Summary

This method is invoked when the Maximum property changes.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

protected virtual void OnMaximumChanged(double oldMaximum, double newMaximum)

Parameters

Name Type Description
oldMaximum double The old value of the Maximum property.
newMaximum double The new value of the Maximum property.

Return Value

Type Description
void