Share via


NSDictionaryEventArgs(NSDictionary) Constructor

Definition

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

public NSDictionaryEventArgs(Foundation.NSDictionary userInfo);
new AppKit.NSDictionaryEventArgs : Foundation.NSDictionary -> AppKit.NSDictionaryEventArgs

Parameters

userInfo
NSDictionary

The value for the UserInfo property.

Applies to