[]
        
(Showing Draft Content)

C1.Win.Data.Entities.C1DataSource.SetControlHandler

SetControlHandler Method

SetControlHandler(Control, ControlHandler)

Connects a controlHandler to a given control.

Declaration
public void SetControlHandler(Control control, ControlHandler controlHandler)
Parameters
Type Name Description
Control control

The control to be handled by the specified controlHandler.

ControlHandler controlHandler

The control handler to handle the specified control, or null to disconnect the control from the previously connected control handler.