Constructor Handler
- Namespace
- DotNetBrowser.Handlers
- Assembly
- DotNetBrowser.dll
Handler(Action<TParameters>)
Initializes an instance of the Handler<TParameters> class.
public Handler(Action<TParameters> func)
Parameters
func
Action<TParameters>The function that must be executed when the Handle(TParameters) method is called.
Exceptions
- ArgumentException
The
func
is null.