Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BindableComponent Class

Definition

Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms.dll
Source:
BindableComponent.cs
Source:
BindableComponent.cs
Source:
BindableComponent.cs
Source:
BindableComponent.cs
Source:
BindableComponent.cs

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
public abstract class BindableComponent : System.ComponentModel.Component, IDisposable, System.Windows.Forms.IBindableComponent
[System.Runtime.Versioning.RequiresPreviewFeatures]
public abstract class BindableComponent : System.ComponentModel.Component, IDisposable, System.Windows.Forms.IBindableComponent
type BindableComponent = class
 inherit Component
 interface IBindableComponent
 interface IComponent
 interface IDisposable
[<System.Runtime.Versioning.RequiresPreviewFeatures>]
type BindableComponent = class
 inherit Component
 interface IBindableComponent
 interface IComponent
 interface IDisposable
Public MustInherit Class BindableComponent
Inherits Component
Implements IBindableComponent, IDisposable
Inheritance
BindableComponent
Derived
Attributes
Implements

Constructors

Name Description
BindableComponent()

Properties

Name Description
BindingContext

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

DataBindings

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

Methods

Name Description
OnBindingContextChanged(EventArgs)

Raises the BindingContextChanged event.

Events

Name Description
BindingContextChanged

Occurs when the binding context has changed.

Applies to


Feedback

Was this page helpful?