To implement custom data binding, you can create a custom class that implements the ___________ interface.

  • IBindable
  • IDataBinding
  • ICustomDataBinding
  • INotifyPropertyChanged
The correct option is INotifyPropertyChanged. This interface is commonly used in .NET for implementing custom data binding. It notifies clients that a property value has changed, which is essential for data binding scenarios.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *