'Declaration
Protected Overrides Function ReportError( _ ByRef errorData As ActionResult(Of Object) _ ) As Boolean
'Usage
Dim instance As SpreadWinUIManager Dim errorData As ActionResult(Of Object) Dim value As Boolean value = instance.ReportError(errorData)
protected override bool ReportError( ref ActionResult<object> errorData )
Parameters
- errorData
- The error data.
Return Value
true
if the action should be stopped; otherwise, the action should be continued if it's possible.