DataSource for Entity Framework in WPF
C1.WPF.Data.Entities Namespace / C1DataSource Class / ControlHandlerProperty Field

In This Topic
    ControlHandlerProperty Field
    In This Topic
    Identifies the C1.WPF.Data.Entities.C1DataSource.ControlHandler attached property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ControlHandlerProperty As DependencyProperty
    public static readonly DependencyProperty ControlHandlerProperty
    Remarks
    Use this attached property to connect a control handler to a control.
    See Also