แก้ไข

แชร์ผ่าน


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.

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
BindableComponent
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.

Applies to