Click or drag to resize

IRegisterCdmCallbackOnRegistrationComplete Method

Version 89.0.170
Method that will be called once CDM registration is complete

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax
void OnRegistrationComplete(
	CdmRegistration registration
)

Parameters

registration
Type: CefSharpCdmRegistration
The result of the CDM registration process
See Also