Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / PasteEditorValidator Event


PasteEditorValidator Event (SEditTextBox)
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
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