Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / PasteEditorValidator Event


In This Topic
    PasteEditorValidator Event (SEditTextBox)
    In This Topic
    Occurs when the text is pate to the control.
    Syntax
    'Declaration
     
    
    Public Event PasteEditorValidator As PasteValidatorEventHandler
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim handler As PasteValidatorEventHandler
     
    AddHandler instance.PasteEditorValidator, handler
    public event PasteValidatorEventHandler PasteEditorValidator
    Event Data

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

    PropertyDescription
    Gets and set isvalid  
    Gets and Set value  
    See Also