.net - calling checkBox1_CheckedChanged function in c++ -
Can anyone tell me how to call
checkbox1checkedChanged (system :: object) ^ Sender, System :: EventArgs ^ E) Function? I tried:
checkbox1checkedChanged (checkbox 1, EventArgs :: empty); and
checkbox 1 checked (checkbox 1, gcn eventsAgds ()); But it does not work.
Change your call from:
checkbox 1 is checked ( Checkbox1, event, order :: empty); From to:
Checkbox 1 is checked (checkbox 1, EventAge :: empty); (The first letter C is the capital).
Comments
Post a Comment