Click here to Skip to main content
15,892,537 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: C# syntax I wish for Pin
Rage26-Sep-16 18:11
professionalRage26-Sep-16 18:11 
GeneralRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 20:11
Super Lloyd26-Sep-16 20:11 
GeneralRe: C# syntax I wish for Pin
BillWoodruff27-Sep-16 3:49
professionalBillWoodruff27-Sep-16 3:49 
GeneralRe: C# syntax I wish for Pin
Pete O'Hanlon26-Sep-16 19:44
mvePete O'Hanlon26-Sep-16 19:44 
GeneralRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 20:08
Super Lloyd26-Sep-16 20:08 
GeneralRe: C# syntax I wish for Pin
Pete O'Hanlon26-Sep-16 20:22
mvePete O'Hanlon26-Sep-16 20:22 
GeneralRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 20:51
Super Lloyd26-Sep-16 20:51 
GeneralRe: C# syntax I wish for Pin
Anurag Gandhi26-Sep-16 20:36
professionalAnurag Gandhi26-Sep-16 20:36 
How is different to subscribing to an Event and do your stuffs in Event Handlers.
C#
method()
{
    // some code
    WhatEver.MyEvent += (myArgs) => {
       // Do your stuffs here.
       // You might create a named delegate if you want this event to handled only one time.
    }
}

Please help me understand if you are looking for something different which cannot be handled by Events and Delegates (Lambda expressions also simplifies your syntax).
I might have different thought process and not able to understand what exactly you are looking for. Poke tongue | ;-P
Life is a computer program and everyone is the programmer of his own life.

AnswerRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 20:57
Super Lloyd26-Sep-16 20:57 
GeneralRe: C# syntax I wish for Pin
Anurag Gandhi26-Sep-16 21:19
professionalAnurag Gandhi26-Sep-16 21:19 
GeneralRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 21:30
Super Lloyd26-Sep-16 21:30 
GeneralRe: C# syntax I wish for Pin
Yortw28-Sep-16 11:12
Yortw28-Sep-16 11:12 
PraiseRe: C# syntax I wish for Pin
Super Lloyd28-Sep-16 13:55
Super Lloyd28-Sep-16 13:55 
GeneralRe: C# syntax I wish for Pin
Yortw28-Sep-16 13:57
Yortw28-Sep-16 13:57 
GeneralRe: C# syntax I wish for Pin
Pete O'Hanlon26-Sep-16 22:02
mvePete O'Hanlon26-Sep-16 22:02 
GeneralRe: C# syntax I wish for Pin
BillWoodruff27-Sep-16 1:02
professionalBillWoodruff27-Sep-16 1:02 
GeneralRe: C# syntax I wish for Pin
Super Lloyd27-Sep-16 2:21
Super Lloyd27-Sep-16 2:21 
GeneralRe: C# syntax I wish for Pin
Shuqian Ying26-Sep-16 22:42
Shuqian Ying26-Sep-16 22:42 
GeneralRe: C# syntax I wish for Pin
Super Lloyd27-Sep-16 2:22
Super Lloyd27-Sep-16 2:22 
GeneralRe: C# syntax I wish for Pin
Member 1052748428-Sep-16 19:19
Member 1052748428-Sep-16 19:19 
GeneralRe: C# syntax I wish for Pin
Super Lloyd28-Sep-16 21:06
Super Lloyd28-Sep-16 21:06 
GeneralKeyboards Pin
milo-xml26-Sep-16 9:49
professionalmilo-xml26-Sep-16 9:49 
GeneralRe: Keyboards Pin
User 842026-Sep-16 10:04
User 842026-Sep-16 10:04 
GeneralRe: Keyboards Pin
milo-xml26-Sep-16 10:11
professionalmilo-xml26-Sep-16 10:11 
GeneralRe: Keyboards Pin
Clifford Nelson26-Sep-16 10:25
Clifford Nelson26-Sep-16 10:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.