Error!
Success!

By tag: event

showing:  of
0
kicks

Communication between two usercontrols using Event Aggregator in SL  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

DDD Belfast Free Event  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

C# Delegate Shortcut – No more null testing on events for subscribers  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Some tips on writing event handling code in C# .NET  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Design Patterns - Observer/Event Pattern  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Cross Browser Guide Part 3 – Event Handling in Different Browser  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

How to: Create new chart types with Infragistics Ultrachart  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

MIX08 VIP pre-conference day  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

Chris Koenig : Visual Studio 2008 InstallFest Updates  (Unpublished)

Visual Studio 2008 InstallFest in Tulsa, OK. Install VS2008 Bits and get VS2008 Professional.


Kicked By:
Drop Kicked By:
0
kicks

Code Camp Montreal 2007  (Unpublished)

The second Code Camp Montreal is very soon!!! It is saturday October 27th, a whole free day with 17 sessions in 4 rooms.


Kicked By:
Drop Kicked By:
0
kicks

MVP Global Summit Countdown Sidebar Gadget!  (Unpublished)

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 ;-)


Kicked By:
Drop Kicked By:
0
kicks

Resilient Plugins Part Deux - Granular Control  (Unpublished)

How to override all the basic functionalities of an event: subscription, unsubscription, and, quite an advanced topic, invocation


Kicked By:
Drop Kicked By: