RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1ZoomComboTool Class / ValidateInput Event

In This Topic
    ValidateInput Event (C1ZoomComboTool)
    In This Topic
    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.WPF.ValidateInputEventArgs containing data related to this event. The following ValidateInputEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    See Also