Spread Windows Forms 12.0 Product Documentation
PasteEditorValidator Event


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IEditorValidator Interface : PasteEditorValidator Event
Paste validator event
Syntax
'Declaration
 
Event PasteEditorValidator As PasteValidatorEventHandler
'Usage
 
Dim instance As IEditorValidator
Dim handler As PasteValidatorEventHandler
 
AddHandler instance.PasteEditorValidator, handler
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