Message 1 of 1
ApplicationEventSink vs IRxApplicationEvents

Not applicable
06-27-2007
07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
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