StatusChangedEventArgs

StatusChangedEventArgs class

Represents arguments for a search network status change event.

public class StatusChangedEventArgs : EventArgs

Properties

Name Description
NewStatus { get; } Gets the new search network status.
OldStatus { get; } Gets the old search network status.

See Also