次の方法で共有


NSCell.Notifications.ObserveSheetCreated メソッド

定義

オーバーロード

ObserveSheetCreated(EventHandler<NSNotificationEventArgs>)
ObserveSheetCreated(NSObject, EventHandler<NSNotificationEventArgs>)

ObserveSheetCreated(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveSheetCreated (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveSheetCreated : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

パラメーター

戻り値

適用対象

ObserveSheetCreated(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveSheetCreated (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveSheetCreated : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

パラメーター

objectToObserve
NSObject

戻り値

適用対象