DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / BaseControlHandler Class
Members

In This Topic
    BaseControlHandler Class
    In This Topic
    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.
    Object Model
    BaseControlHandler Class
    Syntax
    'Declaration
     
    Public MustInherit Class BaseControlHandler 
       Inherits System.Windows.DependencyObject
    public abstract class BaseControlHandler : System.Windows.DependencyObject 
    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

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.Data.DataSource.BaseControlHandler
                C1.WPF.Data.ControlHandler

    See Also