BindableComponent Class
Definition
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
Constructors
BindableComponent() |
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
OnBindingContextChanged(EventArgs) |
Raises the BindingContextChanged event. |
Events
BindingContextChanged |
Occurs when the binding context has changed. |