aYus
aYus

Reputation: 201

Sharepoint 2010 Document Library Event Receivers - - - How to capture event when the document is being openned

There is event handler when item is being added, deleted, checked in or checked out . . . but no handler when the item is being open is there any way I could capture the event when the item is being opened? Please help.

Thanks a lot

Upvotes: 0

Views: 1474

Answers (1)

Kirk Liemohn
Kirk Liemohn

Reputation: 7933

I think you may have to resort to a HttpHandler or HttpModule. We are running into the same issue and will let you know if we find anything out.

Upvotes: 0

Related Questions