Share via


NSObjectEventArgs Class

Definition

Provides data for an event based on an Objective-C protocol method.

public class NSObjectEventArgs : EventArgs
type NSObjectEventArgs = class
    inherit EventArgs
Inheritance
NSObjectEventArgs

Constructors

Name Description
NSObjectEventArgs(NSObject)

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

Properties

Name Description
Obj

Applies to