ma io dentro la grid ho sia pulsanti che check box. come faccio a distinguere???questa è la mia sub:
sub SetDirection(objsender as object,objArgs as EventArgs)
if (chkBuy.Checked) Then
cmdApp.enabled = true
cmdRif.enabled = true
end if
end sub
ma io dentro la grid ho sia pulsanti che check box. come faccio a distinguere???questa è la mia sub:
sub SetDirection(objsender as object,objArgs as EventArgs)
if (chkBuy.Checked) Then
cmdApp.enabled = true
cmdRif.enabled = true
end if
end sub