Initiate Method
Obsolete.
This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.
Definition
Namespace: Avalonia.Markup.Xaml.MarkupExtensions
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)
- C#
- VB
- F#
[ObsoleteAttribute("This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.")]
public override InstancedBinding? Initiate(
AvaloniaObject target,
AvaloniaProperty? targetProperty,
Object? anchor = null,
bool enableDataValidation = false
)
<ObsoleteAttribute("This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.")>
Public Overrides Function Initiate (
target As AvaloniaObject,
targetProperty As AvaloniaProperty,
Optional anchor As Object = Nothing,
Optional enableDataValidation As Boolean = false
) As InstancedBinding
[<ObsoleteAttribute("This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.")>]
abstract Initiate :
target : AvaloniaObject *
targetProperty : AvaloniaProperty *
?anchor : Object *
?enableDataValidation : bool
(* Defaults:
let _anchor = defaultArg anchor null
let _enableDataValidation = defaultArg enableDataValidation false
*)
-> InstancedBinding
[<ObsoleteAttribute("This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.")>]
override Initiate :
target : AvaloniaObject *
targetProperty : AvaloniaProperty *
?anchor : Object *
?enableDataValidation : bool
(* Defaults:
let _anchor = defaultArg anchor null
let _enableDataValidation = defaultArg enableDataValidation false
*)
-> InstancedBinding
Parameters
- AvaloniaObject
- AvaloniaProperty
- Object (Optional)
- Boolean (Optional)
Return Value
InstancedBindingImplements
IBinding.Initiate(AvaloniaObject, AvaloniaProperty, Object, Boolean)See Also
Reference
CompiledBindingExtension Class
Avalonia.Markup.Xaml.MarkupExtensions Namespace