'Declaration Public Overridable Function OnStringNotFound( _ ByVal e As CancelEventArgs _ ) As Boolean
'Usage Dim instance As SearchDialog Dim e As CancelEventArgs Dim value As Boolean value = instance.OnStringNotFound(e)
public virtual bool OnStringNotFound( CancelEventArgs e )
Parameters
- e
- Event arguments
Return Value
Boolean: true if the StringNotFound event (which is raised inside this method) was cancelled; false otherwise