Click or drag to resize

DefaultBinderCreateBindingContext Method

Version 75.1.140
CreateBindingContext - Can be overriden to change some binding context features

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
protected virtual BindingContext CreateBindingContext(
	Object obj,
	Type modelType,
	Type genericType
)

Parameters

obj
Type: SystemObject
object
modelType
Type: SystemType
model type
genericType
Type: SystemType
generic type

Return Value

Type: BindingContext
binding context
See Also