C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputDropDown Class / OnValidating Method
System.ComponentModel.CancelEventArgs that contains the event data.

In This Topic
OnValidating Method (InputDropDown)
In This Topic
Raises the Validating event.
Syntax
'Declaration
 
Protected Overridable Sub OnValidating( _
   ByVal e As CancelEventArgs _
) 
 

Parameters

e
System.ComponentModel.CancelEventArgs that contains the event data.
See Also