 | CfxMayBlockEventArgs Class |
[This is preliminary documentation and is subject to change.]
Return true (1) if this handler performs work like accessing the file
system which may block. Used as a hint for determining the thread to access
the handler from.
Inheritance Hierarchy
Namespace: Chromium.EventAssembly: ChromiumFX (in ChromiumFX.dll)
Syntaxpublic class CfxMayBlockEventArgs : CfxEventArgs
Public Class CfxMayBlockEventArgs
Inherits CfxEventArgs
public ref class CfxMayBlockEventArgs : public CfxEventArgs
type CfxMayBlockEventArgs =
class
inherit CfxEventArgs
end
The CfxMayBlockEventArgs type exposes the following members.
Methods
| Name | Description |
---|
 | SetReturnValue |
Set the return value for the MayBlock callback.
Calling SetReturnValue() more then once per callback or from different event handlers will cause an exception to be thrown.
|
Top
Remarks
See Also