SPRemoteAppEventProperties class

Provides information for app events, such as installed, upgraded, and uninstalling.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.EventReceivers.SPRemoteAppEventProperties

Namespace:  Microsoft.SharePoint.Client.EventReceivers
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "RemoteAppEventProperties", Namespace := "https://schemas.microsoft.com/sharepoint/remoteapp/")> _
Public Class SPRemoteAppEventProperties
'Usage
Dim instance As SPRemoteAppEventProperties
[DataContractAttribute(Name = "RemoteAppEventProperties", Namespace = "https://schemas.microsoft.com/sharepoint/remoteapp/")]
public class SPRemoteAppEventProperties

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPRemoteAppEventProperties members

Microsoft.SharePoint.Client.EventReceivers namespace