System.ComponentModel.CustomTypeDescriptor.GetEvents C# (CSharp) Метод

GetEvents() публичный Метод

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Результат EventDescriptorCollection
        public virtual EventDescriptorCollection GetEvents(Attribute[] attributes)
        {
            if (_parent != null)
            {
                return _parent.GetEvents(attributes);
            }

            return EventDescriptorCollection.Empty;
        }

Same methods

CustomTypeDescriptor::GetEvents ( ) : EventDescriptorCollection