Table of Contents

Method GetAllDescendantsEvents

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

GetAllDescendantsEvents(Type, BindingFlags)

Enumerates events in all descendants of the specified type.

public static SortedList<string, EventInfo> GetAllDescendantsEvents(Type type, BindingFlags bindingFlags = BindingFlags.Instance | BindingFlags.Public)

Parameters

type Type

Type.

bindingFlags BindingFlags

Binding flags.

Returns

SortedList<string, EventInfo>