blah blah blah is here! blah blah » Close

0
votes
1 answers

fire event from code

q12
349

How do I fire this event from code? [code]void linkLabel0_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { ... //this event } private void button1_Click(object sender, EventArgs e) { //Fire From he ...

0
votes
2 answers

Fire event from button click

Guys, is it possible to fire an event on the form from a button click, i want to call the below event if possible? [code]private void comboCalendar_AppointmentChanged(object sender, ComponentGo.Calendars.AppointmentEventArgs args) ...

Feedback