NSDictionaryEventArgs(NSDictionary) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.