.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

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -