BindingNotification(Object) Constructor
Initializes a new instance of the BindingNotification class.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public BindingNotification(
Object? value
)
Public Sub New (
value As Object
)
new :
value : Object -> BindingNotification
Parameters
- Object
- The binding value.
See Also
Reference
BindingNotification Class
BindingNotification Overload
Avalonia.Data Namespace