Share via


NSCoderEventArgs(NSCoder) Constructor

Definition

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

public NSCoderEventArgs(Foundation.NSCoder state);
new AppKit.NSCoderEventArgs : Foundation.NSCoder -> AppKit.NSCoderEventArgs

Parameters

state
NSCoder

The value for the State property.

Applies to