C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputPanel Class / ValidateCurrentItem Event

ValidateCurrentItem Event
Occurs before validation of the current item.
Syntax
'Declaration
 
Public Event ValidateCurrentItem As EventHandler(Of CancelEventArgs)
 
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