Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / event

Event

event

Great Reads

by ASP.NET Community
Hi everyone. Today I am going to talk about  __doPostBack function, because there is some confusion in using _dopostback.You can see this
by Sebastian Solnica
A managed ETW provider and the 15002 error
by paladin_t
A Mimetic C# Style Multicast Event Implementation with C++
by Jon Campbell
How to utilize WCF to allow a single instance of any WPF application without needing mutexes, extra assemblies, or special "hacks".

Latest Articles

by ASP.NET Community
Hi everyone. Today I am going to talk about  __doPostBack function, because there is some confusion in using _dopostback.You can see this
by Sebastian Solnica
A managed ETW provider and the 15002 error
by paladin_t
A Mimetic C# Style Multicast Event Implementation with C++
by Jon Campbell
How to utilize WCF to allow a single instance of any WPF application without needing mutexes, extra assemblies, or special "hacks".

All Articles

Sort by Score

event 

by paladin_t
A Mimetic C# Style Multicast Event Implementation with C++
by John Pravin
Asynchronous Programming with Task Parallel Library.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Struggling to attach a Client Side Event to AJAX HtmlEditorExtender? Apply the trick and enjoy.
by DaveyM69
A few quick examples of how to correctly create events.
by Danilow
Simulating C# event handlers in Java
by Dan Quist
A lightweight synchronous event framework for C++
by saephoed
Helpers to declare and define multicast event sources and sinks in C++
by Slavisa
Events and Delegates in Standard C++ implemented using Macro functions
by Mostafa A. Ali
A quick introduction to events for absolute beginners
by yutaraa
Get, move, copy and delete event handler delegates of Windows form controls.
by slavik57
A library of notification based objects for TypeScript/JavaScript
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Want to select the GridViewRow without Select button showing on the row. Just follow the steps mentioned in the tip.
by Bertus Bever
Suppressing key and mouse events while loading
by Nuredin Abdella
In this tip, I will discuss how to create, alter, enable, disable and remove MySQL event in order to automate database manipulation tasks.
by Carlos Leyva Pena
How to use Application.Idle event in C#
by saephoed
A generic approach to aggregate return values of multicast functions.
by XiaoChuan Yu
Small sample code to show how to force a parent control to handle an event that was consumed by a child control.
by GATzilla
In WPF, you can use the method UIElement.AddHandler(RoutedEvent, Delegate, Boolean) to specify that the UIElement should receive all events, including those that have been handled. Just subscribe your ListBox to the MouseDown event this way (you might do this in your custom control's...
by saephoed
Passing event references as interfaces in C# by proxifying them within "EventReference" instances.
by Simon P Stevens
This code provides SafeTrigger extension methods as a way of triggering events in a thread safe way.For details on usage, a discussion of reasons and alternatives, and a full solution download see my article on safely triggering events[^]Multiple overloads are provided for convenience to...
by Emiliano Musso
How to save DataGrid column's properties for further re-use
by Vassili Kravtchenko-Berejnoi
Use of System.WeakReference for self-cleanable registration of (short-life) objects
by Amer Saffo
This tip presents a .NET like Event implemented in C++, with which developers can fire events in C++ the same way they do in C#.
by Daniel Lieberwirth (BrainInBlack)
This describes a simple way to create interactive, bitmap based, buttons for WinForm applications.
by Bryan Lyman
Generic list wrapper that returns a smaller strongly typed sub-list which modifies the parent-list when changed, without using events
by Kunal Chowdhury «IN»
Working with event handler
by vblover Programmer
Adding ContextMenu's MenuItem to the SystemMenu of Form in Windows Forms Application