C1.Silverlight.Extended.PropertyGrid Namespace / EnumEditor Class / ValidateInput Event

ValidateInput Event (EnumEditor)
Syntax
'Declaration
 
Public Event ValidateInput As EventHandler(Of ValidateInputEventArgs)
 
Event Data

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

PropertyDescription
 
 
See Also