How to use RecentDocumentManager

Ribbon for WPF Forum

Posted 17 years ago by Philipp Schmid
Version: 4.0.0456
Avatar
I am having difficulties figuring out how to get notified when the user clicks on one o f the entries in the recent document list.

I was expecting to be able to subscribe to a Clicked event on the RecentDocumentManager with event args that contain the IDocumentReference of the clicked item.

Philipp

Comments (1)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Philipp,

It will raise an ApplicationCommands.Open command with the parameter being the IDocumentReference when one of those items is clicked. So you need a command handler for the Open command.

Check out the "RecentDocuments" QuickStart and it shows how to handle it.


Actipro Software Support

The latest build of this product (v25.1.0) was released 29 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.