Skip to main content

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.Data
Assembly: Avalonia.Markup (in Avalonia.Markup.dll)

[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
)

Parameters

  AvaloniaObject
 
  AvaloniaProperty
 
  Object  (Optional)
 
  Boolean  (Optional)
 

Return Value

InstancedBinding

Implements

IBinding.Initiate(AvaloniaObject, AvaloniaProperty, Object, Boolean)

See Also

Reference

Binding Class
Avalonia.Data Namespace