public EventDescriptorXamlMember(EventDescriptor evt, XamlType declaringType)
     : base(evt.CheckNotNull("evt"), declaringType)
 {
 }