how to post an event or function?

  • Thread starter Thread starter christian ternek
  • Start date Start date
C

christian ternek

Hello !

I have an event which will be called if i click on an
object.
Now I have the problem that I only get the right
result out of the object after the event is processed!
How can I post an event or function!

Thanks
Ternek Christian
 
Christian,

What do you mean that you only get the right result after the event is
processed? Can you give a little more information, and some code possibly?
 
I use a custom control in my c#-program!
This custom control is similarly to a datagrid!
So the custom control has a event "clicked"!
I want to select the row which was clicked!
But in the clicked event it is to early to get the row!

So I know in SybasePowerbuilder there it is possible to
trigger an event( directly call it) or to post an event( means that
the call will be attached at the end of the message queue)!

Sorry, for my english! I hope it is to understand what I meant!

Thanks
Ternek Christian



Nicholas Paldino said:
Christian,

What do you mean that you only get the right result after the event is
processed? Can you give a little more information, and some code possibly?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

christian ternek said:
Hello !

I have an event which will be called if i click on an
object.
Now I have the problem that I only get the right
result out of the object after the event is processed!
How can I post an event or function!

Thanks
Ternek Christian
 
Back
Top