NumericUpDown.

OnDelayChanged(int, int) Method

Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

protected virtual void OnDelayChanged(int oldDelay, int newDelay)

Parameters

Name Type Description
oldDelay int
newDelay int

Return Value

Type Description
void