Table of Contents

Method HasOwnEvents

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

HasOwnEvents(Type?)

Gets whether specified type has declared events (events declared in the parent types are not counted).

public static bool HasOwnEvents(Type? type)

Parameters

type Type

Type.

Returns

bool