Edit

Share via


BindableComponent Class

Definition

Note

To use this preview API, you must enable preview features in your project by setting the EnablePreviewFeatures property to True in your project file. For more information, see https://aka.ms/dotnet-preview-features.

Base class for components that provide properties that can be data bound with the Windows Forms Designer.

C#
[System.Runtime.Versioning.RequiresPreviewFeatures]
public abstract class BindableComponent : System.ComponentModel.Component, IDisposable, System.Windows.Forms.IBindableComponent
C#
public abstract class BindableComponent : System.ComponentModel.Component, IDisposable, System.Windows.Forms.IBindableComponent
Inheritance
BindableComponent
Derived
Attributes
Implements

Constructors

Properties

BindingContext

Gets or sets the collection of currency managers for the IBindableComponent.

DataBindings

Gets the collection of data-binding objects for this IBindableComponent.

Methods

Events

BindingContextChanged

Occurs when the binding context has changed.

Applies to

Product Versions
Windows Desktop 7, 8, 9