Lets you update a status bar or interrupt the calling function's operation.
public delegate bool SpecialEffectsProgress(
int
)
'Declaration
Public Delegate Function SpecialEffectsProgress( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As New SpecialEffectsProgress(AddressOf HandlerMethod)
public delegate bool SpecialEffectsProgress(
int
)
Parameters
- percent
- An integer from 0 to 100 that indicates the percent completion of the method that uses the delegate.
Return Value
true to continue; false to interrupt.