ToolPane.ErrorOccurred event
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Event ErrorOccurred As ToolPane.ErrorOccurredEventHandler
'Uso
Dim instance As ToolPane
Dim handler As ToolPane.ErrorOccurredEventHandler
AddHandler instance.ErrorOccurred, handler
public event ToolPane.ErrorOccurredEventHandler ErrorOccurred