NSObjectEventArgs(NSObject) Constructor

Definition

Create a new instance of the NSObjectEventArgs with the specified event data.

public NSObjectEventArgs(Foundation.NSObject obj);
new Foundation.NSObjectEventArgs : Foundation.NSObject -> Foundation.NSObjectEventArgs

Parameters

obj
NSObject

The value for the Obj property.

Applies to