Method HasOwnEvents
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
TypeType.
Gets whether specified type has declared events (events declared in the parent types are not counted).
public static bool HasOwnEvents(Type? type)
type
TypeType.