Table of Contents

Method IsEventLogged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsEventLogged(string)

Returns whether specified event is logged.

public static bool IsEventLogged(string eventId)

Parameters

eventId string

Event id.

Returns

bool

IsEventLogged(Type?, EventInfo?)

Returns whether specified event is logged.

public static bool IsEventLogged(Type? type, EventInfo? evt)

Parameters

type Type

Type of the object.

evt EventInfo

Event information.

Returns

bool