SPAppPermissionRequestContext.PermissionGrant event
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