S
serge calderara
Dear all,
I have a class wich is raising events as normally it
should do. having a form in the same assembly wich is
catching those events works fne. Raise events gets catch
normaly within the form and I can process what I want
based on them.
If I try to catch raised events by this class but within a
form located in a different assembly, I am not able to
catch them seems they are not raised or not coming until
the form eventhandler?
any idea why ?
my events are declared as follow in the assembly
Public Event AddCompleted()
Public Event DeleteCompleted()
Public Event UpdateCompleted()
Public Event Accepted()
regards
serge
I have a class wich is raising events as normally it
should do. having a form in the same assembly wich is
catching those events works fne. Raise events gets catch
normaly within the form and I can process what I want
based on them.
If I try to catch raised events by this class but within a
form located in a different assembly, I am not able to
catch them seems they are not raised or not coming until
the form eventhandler?
any idea why ?
my events are declared as follow in the assembly
Public Event AddCompleted()
Public Event DeleteCompleted()
Public Event UpdateCompleted()
Public Event Accepted()
regards
serge