RefreshEvents_AfterRefreshEventHandler Delegate

A Delegate type used to add an event handler for the AfterRefresh event. The AfterRefresh event occurs after a query is completed or canceled.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub RefreshEvents_AfterRefreshEventHandler ( _
    Success As Boolean _
)
'Usage
Dim instance As New RefreshEvents_AfterRefreshEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void RefreshEvents_AfterRefreshEventHandler(
    bool Success
)

Parameters

  • Success
    Type: System.Boolean

    True if the query was completed successfully.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace