A base class for control handlers that connect GUI controls of supported types to a C1DataSource so that those controls can be given additional functionality such as auto-lookup columns and virtual mode.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public abstract class BaseControlHandler : DependencyObject, 
	ISupportInitialize, IDisposable
Visual Basic
Public MustInherit Class BaseControlHandler _
	Inherits DependencyObject _
	Implements ISupportInitialize, IDisposable

Remarks

Use platform-specific control handlers for your controls: C1.Win.Data.ControlHandler, C1.WPF.Data.ControlHandler, and C1.Silverlight.Data.ControlHandler.

The list of supported GUI controls for each platform can be found in the reference of that platform's ControlHandler.

Inheritance Hierarchy

See Also