Share via


NSControlTextErrorEventArgs(String, String) Constructor

Definition

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

public NSControlTextErrorEventArgs(string str, string error);
new AppKit.NSControlTextErrorEventArgs : string * string -> AppKit.NSControlTextErrorEventArgs

Parameters

str
String

The value for the Str property.

error
String

The value for the Error property.

Applies to