HypernovaDesktop Components · docs
Binarymission
WinFormsDate Picker › CustomFormatDateChangeHandler

CustomFormatDateChangeHandler

delegate.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.DateTimeControls

Handles text typed against a custom date format. The handler is told what was typed and whether it failed to parse, and sets the value the picker will use.

public delegate void CustomFormatDateChangeHandler (object sender, string attemptedCustomFormattedDateValue, bool isFailingCustomFormat, ref DateTime finalDateTimeValue);