TUDChangingEvent - generic event handling procedure for changes in UpDown button.
Source position: comctrls.pp line 1882
type TUDChangingEvent = procedure(
Sender: TObject;
var AllowChange: Boolean
) of object;