BindableComponent Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class BindableComponent abstract : System::ComponentModel::Component, IDisposable, System::Windows::Forms::IBindableComponent
[System.Runtime.Versioning.RequiresPreviewFeatures]
public abstract class BindableComponent : System.ComponentModel.Component, IDisposable, System.Windows.Forms.IBindableComponent
public abstract class BindableComponent : System.ComponentModel.Component, IDisposable, System.Windows.Forms.IBindableComponent
[<System.Runtime.Versioning.RequiresPreviewFeatures>]
type BindableComponent = class
inherit Component
interface IBindableComponent
interface IComponent
interface IDisposable
type BindableComponent = class
inherit Component
interface IBindableComponent
interface IComponent
interface IDisposable
Public MustInherit Class BindableComponent
Inherits Component
Implements IBindableComponent, IDisposable
- Inheritance
- Derived
- Attributes
- Implements
Binding |
Gets or sets the collection of currency managers for the IBindableComponent. |
Data |
Gets the collection of data-binding objects for this IBindableComponent. |
On |
Raises the BindingContextChanged event. |
Binding |
Occurs when the binding context has changed. |
Product | Versions |
---|---|
Windows Desktop | 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: