'DeclarationPublic Delegate Function NPIReceivedDelegateAsync( _ ByVal args As NPIEventArgs _ ) As Task
'UsageDim instance As New NPIReceivedDelegateAsync(AddressOf HandlerMethod)
public delegate Task NPIReceivedDelegateAsync( NPIEventArgs args )
public delegate Task^ NPIReceivedDelegateAsync( NPIEventArgs^ args )
Parameters
- args
- The event parameters