IsBrowserInitializedChangedEventArgs Constructor |
Version 73.1.130
Default constructor
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax public IsBrowserInitializedChangedEventArgs(
bool isBrowserInitialized
)
public:
IsBrowserInitializedChangedEventArgs(
bool isBrowserInitialized
)
Parameters
- isBrowserInitialized
- Type: SystemBoolean
bool
See Also