ApplicationEventSink vs IRxApplicationEvents

ApplicationEventSink vs IRxApplicationEvents

Anonymous
Not applicable
318 Views
0 Replies
Message 1 of 1

ApplicationEventSink vs IRxApplicationEvents

Anonymous
Not applicable
Use a sample, I got the basic IRxApplicationEvents version to work. My problem is that I need to be able to veto operations, setting a HandlingCodeEnum value to an output parameter. So instead of overloading

IRxApplicationEvents::OnSaveDocument

I want to overload

ApplicationEventSink::OnSaveDocument

The problem is that while the former is a virtual function, the latter is not. I'm using C++.

Any hints?
Henrik
0 Likes
319 Views
0 Replies
Replies (0)