Table of Contents

Field TooManyRoutedEvents

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

RoutedEvent/EventPrivateKey limit exceeded. Routed events or EventPrivateKey for CLR events are typically static class members registered with field initializers or static constructors. In this case, routed events or EventPrivateKeys might be getting initialized in instance constructors, causing the limit to be exceeded.

public const string TooManyRoutedEvents = "TooManyRoutedEvents"

Returns

string
RoutedEvent/EventPrivateKey limit exceeded. Routed events or EventPrivateKey for CLR events are typically static class members registered with field initializers or static constructors. In this case, routed events or EventPrivateKeys might be getting initialized in instance constructors, causing the limit to be exceeded.