Share via


ALAssetLibraryChangedEventArgs Class

Definition

Caution

The AssetsLibrary framework has been removed from iOS, use the 'Photos' API instead.

Provides data for the event.

[System.Obsolete("The AssetsLibrary framework has been removed from iOS, use the 'Photos' API instead.")]
public class ALAssetLibraryChangedEventArgs : Foundation.NSNotificationEventArgs
[<System.Obsolete("The AssetsLibrary framework has been removed from iOS, use the 'Photos' API instead.")>]
type ALAssetLibraryChangedEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
ALAssetLibraryChangedEventArgs
Attributes

Constructors

Name Description
ALAssetLibraryChangedEventArgs(NSNotification)

Initializes a new instance of the ALAssetLibraryChangedEventArgs class.

Properties

Name Description
DeletedAssetGroupsKey
InsertedAssetGroups
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
UpdatedAssetGroups
UpdatedAssets

Applies to