IERUSEvent_ItemAccessChange

This interface contains information that is specific to the Change Item Access Before and After events. It is implemented by the same object that implements the IERUSynchronousEvent interface that is passed to the event handler in the HandleEvent method.

If you get an ItemAccessChange event and the AccessMode is -1, the event is signaling a property change. You will get an invalid operation error if you try to get ::AccessList or ::AccessScope when the AccessMode is -1. In such cases you are being told that either hidden or readonly has been changed.

Home

Properties

Item

AccessList

AccessMode

AccessScope

 

Methods
None.