Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnEditError Method
EditErrorEventArgs object that contains event arguments


In This Topic
OnEditError Method
In This Topic
Raises the EditError event.
Syntax
'Declaration
 
Protected Overridable Sub OnEditError( _
   ByVal e As EditErrorEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As EditErrorEventArgs
 
instance.OnEditError(e)

Parameters

e
EditErrorEventArgs object that contains event arguments
See Also