Code Snippet for Events

Posted by: Roland Weigelt, on 20 Nov 2005 | View original | Bookmarked: 0 time(s)

Name: Event Description: Code snippet for an event and the corresponding On... method Shortcut: event Result: public event EventHandler<EventArgs> EventRaised; protected virtual void OnEventRaised( EventArgs e ){    if (this.EventRaised != null)        this.EventRaised( this, e );} Download: Event.snippet...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: Events | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1275 | Hits: 178

Similar Posts

  • How to automatically track events with Google Analytics async snippet and jQuery more
  • How to: Validate data with SL/WPF RadGridView Part I validating on property/cell level via Data Annotations more
  • No JavaScript IntelliSense in VS 2010 Beta 2? Reset your Settings more
  • Fun with Func<T,TResult> Delegates, Events and Async Operations more
  • Intersoft Solutions Announces WebUI Studio 2009 Service Pack 1 more
  • ASP.NET, HTML, JavaScript Snippet Support (VS 2010 and .NET 4.0 Series) more
  • Visual Studio 2010: Code snippets for RadControls for ASP.NET AJAX more
  • On the Fly DropDown Editing with jQuery more
  • Creating Objects with Observable Properties in JavaScript more
  • Rendezvous Thread synchronization more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD