NSNetDomainEventArgs(String, Boolean) Constructor

Definition

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

public NSNetDomainEventArgs(string domain, bool moreComing);
new Foundation.NSNetDomainEventArgs : string * bool -> Foundation.NSNetDomainEventArgs

Parameters

domain
String

The value for the Domain property.

moreComing
Boolean

The value for the MoreComing property.

Applies to