Occurs when the weight for any registered attribute needs to be resolved.
Intended to be used by plugins to dynamically change weights based on context.
| C# | Visual Basic | Visual C++ |
public static event EventHandler<AttributeDescriptor..::.WeightResolvingEventArgs> GlobalWeightResolving
Public Shared Event GlobalWeightResolving As EventHandler(Of AttributeDescriptor..::.WeightResolvingEventArgs)
public: static event EventHandler<AttributeDescriptor..::.WeightResolvingEventArgs^>^ GlobalWeightResolving { void add (EventHandler<AttributeDescriptor..::.WeightResolvingEventArgs^>^ value); void remove (EventHandler<AttributeDescriptor..::.WeightResolvingEventArgs^>^ value); }
