Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the event that is fired before the permission is granted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event PermissionGranting As EventHandler(Of SPAppPermissionRequestEventArgs)
'Usage
Dim instance As SPAppPermissionRequestContext
Dim handler As EventHandler(Of SPAppPermissionRequestEventArgs)
AddHandler instance.PermissionGranting, handler
public event EventHandler<SPAppPermissionRequestEventArgs> PermissionGranting
See also
Reference
SPAppPermissionRequestContext class