次の方法で共有


UIPasteboardChangeEventArgs クラス

定義

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

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

コンストラクター

UIPasteboardChangeEventArgs(NSNotification)

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

プロパティ

Notification

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

(継承元 NSNotificationEventArgs)
TypesAdded

UIPasteboard追加された型。

TypesRemoved

から UIPasteboard削除された型。

適用対象