Trigger doubleclick event in Datagrid cell (Datagridtextbox)

  • Thread starter Thread starter Rolf Falnes
  • Start date Start date
R

Rolf Falnes

Hi.

Does anyone know how to trigger the doubleclick mouse event in a datagrid
cell (DatagridTextbox )?

Regards,
Rolf Falnes
Datapartner AS
 
Hello Rolf,

You can inherit from the DataGrid control and call the protected
OnDoubleClick function passing appropriate event arguments if you want to
raise this event programmatically.
 
Back
Top