DefaultBinderCreateBindingContext Method |
Version 67.0.0
CreateBindingContext - Can be overriden to change some binding context features
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax protected virtual BindingContext CreateBindingContext(
Object obj,
Type modelType,
Type genericType
)
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:
BindingContextbinding context
See Also