Click here to Skip to main content
15,909,737 members
Home / Discussions / C#
   

C#

 
QuestionSecurity Information Internet Pin
trinm198724-Jan-09 4:14
trinm198724-Jan-09 4:14 
AnswerRe: Security Information Internet Pin
Wendelius24-Jan-09 4:45
mentorWendelius24-Jan-09 4:45 
GeneralRe: Security Information Internet Pin
trinm198724-Jan-09 5:04
trinm198724-Jan-09 5:04 
GeneralRe: Security Information Internet Pin
Dave Kreskowiak24-Jan-09 10:27
mveDave Kreskowiak24-Jan-09 10:27 
Questiondelegates and events Pin
staticv24-Jan-09 3:23
staticv24-Jan-09 3:23 
AnswerRe: delegates and events [modified] Pin
Luc Pattyn24-Jan-09 3:29
sitebuilderLuc Pattyn24-Jan-09 3:29 
GeneralRe: delegates and events Pin
staticv24-Jan-09 4:36
staticv24-Jan-09 4:36 
AnswerRe: delegates and events [modified] Pin
Luc Pattyn24-Jan-09 4:54
sitebuilderLuc Pattyn24-Jan-09 4:54 
Confused | :confused: Confused | :confused:

if (statusHandler != null)     <--- that looks like a null-test
    // Invoke the delegate
    statusHandler(null, e);    <--- according to the comment this is an invocation


Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


modified on Friday, June 10, 2011 12:02 PM

GeneralRe: delegates and events Pin
staticv24-Jan-09 5:01
staticv24-Jan-09 5:01 
GeneralRe: delegates and events Pin
jkohler24-Jan-09 4:51
jkohler24-Jan-09 4:51 
AnswerRe: delegates and events [modified] Pin
Luc Pattyn24-Jan-09 5:09
sitebuilderLuc Pattyn24-Jan-09 5:09 
GeneralRe: delegates and events Pin
jkohler24-Jan-09 6:48
jkohler24-Jan-09 6:48 
AnswerRe: delegates and events Pin
DaveyM6924-Jan-09 4:13
professionalDaveyM6924-Jan-09 4:13 
GeneralRe: delegates and events Pin
Luc Pattyn24-Jan-09 4:54
sitebuilderLuc Pattyn24-Jan-09 4:54 
AnswerRe: delegates and events Pin
Giorgi Dalakishvili24-Jan-09 4:41
mentorGiorgi Dalakishvili24-Jan-09 4:41 
QuestionUsing A Retrieved Type Pin
#realJSOP24-Jan-09 2:24
professional#realJSOP24-Jan-09 2:24 
AnswerRe: Using A Retrieved Type Pin
User 665824-Jan-09 2:27
User 665824-Jan-09 2:27 
GeneralRe: Using A Retrieved Type Pin
#realJSOP24-Jan-09 2:28
professional#realJSOP24-Jan-09 2:28 
GeneralRe: Using A Retrieved Type Pin
User 665824-Jan-09 2:36
User 665824-Jan-09 2:36 
AnswerRe: Using A Retrieved Type Pin
DaveyM6924-Jan-09 2:35
professionalDaveyM6924-Jan-09 2:35 
GeneralRe: Using A Retrieved Type Pin
User 665824-Jan-09 2:39
User 665824-Jan-09 2:39 
GeneralRe: Using A Retrieved Type Pin
DaveyM6924-Jan-09 2:48
professionalDaveyM6924-Jan-09 2:48 
GeneralRe: Using A Retrieved Type Pin
#realJSOP24-Jan-09 3:10
professional#realJSOP24-Jan-09 3:10 
GeneralRe: Using A Retrieved Type Pin
#realJSOP24-Jan-09 3:13
professional#realJSOP24-Jan-09 3:13 
AnswerRe: Using A Retrieved Type Pin
DaveyM6925-Jan-09 0:42
professionalDaveyM6925-Jan-09 0:42 

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.