Method GetAllDescendantsEvents
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
TypeType.
bindingFlags
BindingFlagsBinding flags.