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