Rogue Events .... or someting else

  • Thread starter Thread starter Brandon Owensby
  • Start date Start date
B

Brandon Owensby

I am having an issue with some processing taking longer than it should.

In this one process it takes .25 seconds for me to set a field in a DataRow.
I have disabled all of the events that are subscribed to localy and so I
know they aren't in the way. I am using this table in a datagrid on this
window and I'm not sure how to find out what event or events are causing
this delay. How I can I figure this out....say by seeing what events are
firing?

Any help would be very much appreciated.

Thanks,
Brandon
 
I am having an issue with some processing taking longer than it should.
In this one process it takes .25 seconds for me to set a field in a
DataRow.
I have disabled all of the events that are subscribed to localy and so I
know they aren't in the way. I am using this table in a datagrid on this
window and I'm not sure how to find out what event or events are causing
this delay. How I can I figure this out....say by seeing what events are
firing?

By tracing?
 
Back
Top