L
L
libera2015-12-11 22:03:55
C++ / C#
libera, 2015-12-11 22:03:55

C# calling an event?

Event
private void pole_zapol(object sender, EventArgs e)
How to make it so that the button fires the event above

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tsiren Naimanov, 2015-12-11
@ImmortalCAT

select a button in the project
, click on the Events tab - Events,
look for Click and select your pole_zapol
or write MyButton.Click += pole_zapol;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question