次の方法で共有


ALAssetLibraryChangedEventArgs クラス

定義

イベントにデータを提供します。

public class ALAssetLibraryChangedEventArgs : Foundation.NSNotificationEventArgs
type ALAssetLibraryChangedEventArgs = class
    inherit NSNotificationEventArgs
継承
ALAssetLibraryChangedEventArgs

コンストラクター

ALAssetLibraryChangedEventArgs(NSNotification)

ALAssetLibraryChangedEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

DeletedAssetGroupsKey

イベントにデータを提供します。

InsertedAssetGroups

イベントにデータを提供します。

Notification

ポストされた通知の基になる NSNotification オブジェクト。

(継承元 NSNotificationEventArgs)
UpdatedAssetGroups

イベントにデータを提供します。

UpdatedAssets

イベントにデータを提供します。

適用対象