Initializes a new instance of the AttributeDescriptor..::.WeightResolvingEventArgs class.
| C# | Visual Basic | Visual C++ |
public WeightResolvingEventArgs( Element elem, AttributeDescriptor descriptor )
Public Sub New ( _ elem As Element, _ descriptor As AttributeDescriptor _ )
public: WeightResolvingEventArgs( Element^ elem, AttributeDescriptor^ descriptor )
- elem (Element)
- The element the weight for the given attribute descriptor needs to be resolved.
- descriptor (AttributeDescriptor)
- The descriptor.
