Modifier

Partager via


IKFilterBrowserPanel.Notifications.ObserveFilterDoubleClick Method

Definition

Overloads

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

ObserveFilterDoubleClick(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to

ObserveFilterDoubleClick(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to