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.
Loading...
Related Quiz
- Master-detail data binding is commonly used when displaying ___________ relationships from a database.
- In ADO.NET, the DataAdapter uses a combination of ___________ to perform its operations.
- The DataList control supports _________ items, which can be customized to achieve different styles or behaviors.
- Which ADO.NET class is responsible for establishing a connection to a database?
- A DataAdapter acts as a bridge between a DataSet and a ___________.