DataSource for Entity Framework in WPF
C1.WPF.Data.Entities Namespace / C1DataSource Class / SetControlHandler Method
The object on which to set the C1.WPF.Data.Entities.C1DataSource.ControlHandler�attached property.
The property value to set.

In This Topic
    SetControlHandler Method
    In This Topic
    Sets the value of the C1.WPF.Data.Entities.C1DataSource.ControlHandler�attached property to a given control.
    Syntax
    'Declaration
     
    Public Shared Sub SetControlHandler( _
       ByVal control As DependencyObject, _
       ByVal handler As BaseControlHandler _
    ) 
    public static void SetControlHandler( 
       DependencyObject control,
       BaseControlHandler handler
    )

    Parameters

    control
    The object on which to set the C1.WPF.Data.Entities.C1DataSource.ControlHandler�attached property.
    handler
    The property value to set.
    See Also