Click here to Skip to main content
15,924,367 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralWeb Service De- Serialize errors Pin
jonathan1522-Jun-05 3:46
jonathan1522-Jun-05 3:46 
GeneralAspnet_wp Consume 100% CPU Pin
imshally8122-Jun-05 1:45
imshally8122-Jun-05 1:45 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
Colin Angus Mackay22-Jun-05 2:01
Colin Angus Mackay22-Jun-05 2:01 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
Christian Graus22-Jun-05 3:13
protectorChristian Graus22-Jun-05 3:13 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
SimonS22-Jun-05 21:56
SimonS22-Jun-05 21:56 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
imshally8122-Jun-05 22:41
imshally8122-Jun-05 22:41 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
Christian Graus23-Jun-05 18:27
protectorChristian Graus23-Jun-05 18:27 
GeneralAdding handler without knowing the name of event Pin
Piotrus21-Jun-05 21:46
Piotrus21-Jun-05 21:46 
Hi.

I have to create some kind of event tracker class, which should register hooking handlers to events. I need a method

RegisterEvent (object target, Delegate handler)

in which I add handler to event (target). Target is probalby System.MulticastDelegate. Is it possible to do that, even when I don't know the event name? I want to avoid changing this method to

RegisterEvent(object target, Delegate handler, string eventName).

All examples that I've found use GetEvent(name) from reflection, and than EventInfo.AddHandler(..)

Pszat
GeneralRe: Adding handler without knowing the name of event Pin
S. Senthil Kumar21-Jun-05 23:17
S. Senthil Kumar21-Jun-05 23:17 
GeneralRe: Adding handler without knowing the name of event Pin
Mathew Hall22-Jun-05 2:59
Mathew Hall22-Jun-05 2:59 
Generalremoting event handing... Pin
Anonymous21-Jun-05 12:19
Anonymous21-Jun-05 12:19 
GeneralRe: remoting event handing... Pin
Anonymous21-Jun-05 21:22
Anonymous21-Jun-05 21:22 
GeneralPortable.NET 0.7 released :) Pin
maciekplewa21-Jun-05 2:01
maciekplewa21-Jun-05 2:01 
GeneralAnother FREE ADVERT!! Pin
Dave Kreskowiak24-Jun-05 3:55
mveDave Kreskowiak24-Jun-05 3:55 
GeneralVS 2005 schedule team build Pin
awu2520-Jun-05 18:43
awu2520-Jun-05 18:43 
GeneralRe: VS 2005 schedule team build Pin
Vasudevan Deepak Kumar23-Jun-05 18:33
Vasudevan Deepak Kumar23-Jun-05 18:33 
QuestionGDI+ damned slow ??? Pin
l3st4rd20-Jun-05 15:28
l3st4rd20-Jun-05 15:28 
AnswerRe: GDI+ damned slow ??? Pin
Christian Graus20-Jun-05 15:35
protectorChristian Graus20-Jun-05 15:35 
GeneralRe: GDI+ damned slow ??? Pin
l3st4rd20-Jun-05 16:08
l3st4rd20-Jun-05 16:08 
GeneralRe: GDI+ damned slow ??? Pin
Christian Graus20-Jun-05 16:14
protectorChristian Graus20-Jun-05 16:14 
GeneralRe: GDI+ damned slow ??? Pin
l3st4rd20-Jun-05 16:21
l3st4rd20-Jun-05 16:21 
GeneralRe: GDI+ damned slow ??? Pin
Robert Rohde21-Jun-05 0:45
Robert Rohde21-Jun-05 0:45 
GeneralRe: GDI+ damned slow ??? Pin
Christian Graus21-Jun-05 12:59
protectorChristian Graus21-Jun-05 12:59 
GeneralRe: GDI+ damned slow ??? Pin
Robert Rohde21-Jun-05 20:02
Robert Rohde21-Jun-05 20:02 
GeneralRe: GDI+ damned slow ??? Pin
l3st4rd21-Jun-05 15:51
l3st4rd21-Jun-05 15:51 

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.