Top "Eventargs" questions

Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.

C# Custom EventArgs Question

I have a custom collection that I am adding a ValidateItem event to. This ValidateItem event will be called whenever …

c# asp.net events eventargs
Pass object in click/tapped event handler in Xamarin Forms

Here is my job class: public class Job { public string Id{ get; set;} public string Name{ get; set;} } And here …

c# listview xamarin xamarin.forms eventargs
Pass additional parameters or objects using an Event Handler

I feel like this is really basic, but I'm having trouble with this issue. I'm using a Process object and …

c# delegates event-handling eventargs
Getting the value from a dynamic NumericUpDown by Sender c#

I've ran into quite an annoying problem. I've got these global variables (for keeping the name etc) List<object&…

c# dynamic sender numericupdown eventargs