HandlerTParameters Constructor |
Namespace:
DotNetBrowser.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
Syntaxpublic Handler(
Action<TParameters> func
)
Parameters
- func
- Type: SystemActionTParameters
The function that must be executed when the Handle(TParameters) method is called.
ExceptionsException | Condition |
---|
ArgumentException | The func is null. |
See Also