C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputComponent Class / Validating Event

Validating Event (InputComponent)
Fires to validate the contents of a component before it loses focus.
Syntax
'Declaration
 
Public Event Validating As CancelEventHandler
 
Event Data

The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also