ComponentOne InputPanel for WPF
ValidateCurrentItem Event

C1.WPF.InputPanel.4 Assembly > C1.WPF.InputPanel Namespace > C1InputPanel Class : ValidateCurrentItem Event
Occurs before validation of the current item.
Syntax
'Declaration
 
Public Event ValidateCurrentItem As System.EventHandler(Of CancelEventArgs)
public event System.EventHandler<CancelEventArgs> ValidateCurrentItem
Event Data

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

PropertyDescription
 
See Also