ICurrencyManagerProvider Interface

Definition

Provides custom binding management for components.

public interface class ICurrencyManagerProvider
public interface ICurrencyManagerProvider
type ICurrencyManagerProvider = interface
Public Interface ICurrencyManagerProvider
Derived

Remarks

This interface allows component authors to provide their own CurrencyManager for components that will interact with the Windows Forms data-binding engine. It is rare for a component author to need to implement this interface.

The BindingSource class provides an example implementation of ICurrencyManagerProvider.

Note that for Smartphone applications, this class requires Windows Mobile Version 5.0 software for Smartphones.

Properties

CurrencyManager

Gets the CurrencyManager associated with this ICurrencyManagerProvider.

Methods

GetRelatedCurrencyManager(String)

Gets the CurrencyManager for this ICurrencyManagerProvider and the specified data member.

Applies to

See also