Stories recently tagged with 'Event'

Communication between two usercontrols using Event Aggregator in SL(dotplusnet.blogspot.com)

submitted by kranthigullapallikranthigullapalli(60) 1 year, 8 months ago

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 aggregator to communicate between user-controls is, it removes the tight coupling between a publisher and a subscriber, by which a publisher/subscriber can evolve independently. Pre-requisites for understanding this blog post is to have a bit understanding of Event Aggregator. read more...

add a comment |category: |Views: 259

tags: another

DDD Belfast Free Event (developerdeveloperdeveloper.com)

submitted by dmcgivdmcgiv(370) 3 years, 3 months ago

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 the .NET developer community; although we will have many of the Irish Developer Platform Evangelists (DPEs) on hand to help out and chat to attendees. The day is put together by the community for the community, in other words you. We thank our sponsors who have helped make the event possible: Microsoft have graciously sponsored the event! read more...

add a comment |category: |Views: 5

tags: another

C# Delegate Shortcut – No more null testing on events for subscribers (blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 6 months ago

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

add a comment |category: |Views: 93

tags: another

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

submitted by abdullinabdullin(385) 3 years, 8 months ago

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

add a comment |category: |Views: 58

tags: another

Design Patterns - Observer/Event Pattern(blog.cumps.be)

submitted by CumpsDCumpsD(360) 3 years, 11 months ago

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

add a comment |category: |Views: 28

tags: another

Cross Browser Guide Part 3 &ndash; Event Handling in Different Browser(sidarok.com)

submitted by sidaroksidarok(1715) 4 years ago

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

add a comment |category: |Views: 27

tags: another

How to: Create new chart types with Infragistics Ultrachart(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 4 years, 1 month ago

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 supported by Infragistics, by default. read more...

add a comment |category: |Views: 289

tags: another

MIX08 VIP pre-conference day(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 4 years, 2 months ago

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

add a comment |category: |Views: 0

tags: another

Chris Koenig : Visual Studio 2008 InstallFest Updates(blogs.msdn.com)

submitted by jay.smithjay.smith(35) 4 years, 6 months ago

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

add a comment |category: |Views: 0

tags: another

Code Camp Montreal 2007(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 4 years, 7 months ago

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

add a comment |category: |Views: 0

tags: another

MVP Global Summit Countdown Sidebar Gadget!(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 5 years, 3 months ago

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 ;-) read more...

add a comment |category: |Views: 7

tags: another

Resilient Plugins Part Deux - Granular Control(haacked.com)

submitted by simonechsimonech(10.1k) 5 years, 7 months ago

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

add a comment |category: |Views: 1

tags: another