tags:

views:

61

answers:

0

I am writing an SCCM integration by using the SCCM SDK. I have created a new property page which fits into the advertisement property dialog.

In case I open the property dialog AND especially my own created page, I can override the OK and apply events, but if I did not open my own page, my override functions are not used.

So the question is how can I override the events of the whole property dialog instead of only my single property page?