ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / C1DataSource Class / SetControlHandler Method
The control to be handled by the specified controlHandler.
The control handler to handle the specified control, or null to disconnect the control from the previously connected control handler.

In This Topic
    SetControlHandler Method
    In This Topic
    Connects a controlHandler to a given control.
    Syntax
    'Declaration
     
    
    Public Sub SetControlHandler( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal controlHandler As ControlHandler _
    ) 
    public void SetControlHandler( 
       System.Windows.Forms.Control control,
       ControlHandler controlHandler
    )

    Parameters

    control
    The control to be handled by the specified controlHandler.
    controlHandler
    The control handler to handle the specified control, or null to disconnect the control from the previously connected control handler.
    See Also