C# Delegate Shortcut – No more null testing on events for subscribers (blog.domaindotnet.com)
submitted by
dcarr(790) 3 years, 5 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.
|category: C#
|Views: 93
tags:
shortcut Delegates subscribers and Tips another
Everyones tags:
Your Tags: