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 to grant the permission.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event PermissionGrant As EventHandler(Of SPAppPermissionRequestEventArgs)
'Usage
Dim instance As SPAppPermissionRequestContext
Dim handler As EventHandler(Of SPAppPermissionRequestEventArgs)
AddHandler instance.PermissionGrant, handler
public event EventHandler<SPAppPermissionRequestEventArgs> PermissionGrant
See also
Reference
SPAppPermissionRequestContext class