By tag: event
0
kicks
Communication between two usercontrols using Event Aggregator in SL
I found many posts in the asp.net, silverlight.net fourms regarding communication between user-controls, so i thought to blog a bit about communication between user-controls using Event Aggregator in silverlight which i found is the best way to communicate.
The main advantage for using an event a...
0
kicks
DDD Belfast Free Event
DeveloperDeveloperDeveloper! Day - Belfast- Saturday April 4th 2009! This FREE developer event brings DDD to Belfast!
If you were unable to go to Microsoft TechEd, Microsoft PDC or conferences such as DevWeek, DDD is for you!
There will be NO Microsoft speakers presenting, just speakers from t...
0
kicks
C# Delegate Shortcut – No more null testing on events for subscribers
Do you use this syntax? It adds up as you can leave null tests in the dust for event subscribers:
EXAMPLE:
public event EventHandler<AnimationImageEventArgs> AnimationImageClicked = delegate { };
Post has full details, but most might already know this. If not your wasting cycles.
0
kicks
Some tips on writing event handling code in C# .NET
You can drop a lot of repetitive code in C# event declaration and raising (including some EventArgs declarations, defining custom delegates, checking for nulls) if you follow these tips.
0
kicks
Design Patterns - Observer/Event Pattern
Yesterday I described the Observer Pattern and mentioned that the .NET CLR provides this functionality through events and delegates.
Let’s have a look on how to implement this right now.
0
kicks
Cross Browser Guide Part 3 &ndash; Event Handling in Different Browser
Sidar continues to ramble about cross browser development. In this post he discusses different types of JavaScript event handling in different browsers, and making them more browser compatible.
0
kicks
How to: Create new chart types with Infragistics Ultrachart
The Infragistics NetAdvantage 7.3 release came out with a new event for the Ultrachart user control. The FillSceneGraph event was provided to help those who want to change the chart’s elements right before firing the Paint event. Using this new event we can create new chart types that are not suppor...
0
kicks
MIX08 VIP pre-conference day
Today march 4 was the MIX08 VIP pre conference "Together@MIX". We had sessions and panels on the morning and an afternoon full of fun activities (I chose the Las Vegas Extreme rides!).
Here is the speakers and a bit of what they said...
0
kicks
Chris Koenig : Visual Studio 2008 InstallFest Updates
Visual Studio 2008 InstallFest in Tulsa, OK. Install VS2008 Bits and get VS2008 Professional.
0
kicks
Code Camp Montreal 2007
The second Code Camp Montreal is very soon!!!
It is saturday October 27th, a whole free day with 17 sessions in 4 rooms.
0
kicks
MVP Global Summit Countdown Sidebar Gadget!
For my training (and for fun) I made a Vista Sidebar Gadget. It is dedicated to MVP as it displays a countdown to the MVP Global Summit event in Seattle on March 12-15, 2007.
So it's very simple, quite useless and will have a pretty short life, but so geeky ;-)
0
kicks
Resilient Plugins Part Deux - Granular Control
How to override all the basic functionalities of an event:
subscription, unsubscription, and, quite an advanced topic, invocation