ComponentOne Extended Library for WPF and Silverlight
ValidateInput Event (ColorPaletteEditor)

C1.Silverlight.Extended.PropertyGrid Namespace > ColorPaletteEditor Class : ValidateInput Event
Syntax
'Declaration
 
Public Event ValidateInput As EventHandler(Of ValidateInputEventArgs)
public event EventHandler<ValidateInputEventArgs> ValidateInput
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