System.ComponentModel.DebugTypeDescriptor.GetEvents C# (CSharp) Method

GetEvents() public static method

public static GetEvents ( Type componentType, Attribute attributes ) : EventDescriptorCollection
componentType System.Type
attributes System.Attribute
return EventDescriptorCollection
        public static EventDescriptorCollection GetEvents(Type componentType, Attribute[] attributes) {
            return GetEntry(null, componentType).GetEvents(null, attributes);
        }

Same methods

DebugTypeDescriptor::GetEvents ( Type componentType ) : EventDescriptorCollection
DebugTypeDescriptor::GetEvents ( object component ) : EventDescriptorCollection
DebugTypeDescriptor::GetEvents ( object component, Attribute attributes ) : EventDescriptorCollection
DebugTypeDescriptor::GetEvents ( object component, Attribute attributes, bool noCustomTypeDesc ) : EventDescriptorCollection
DebugTypeDescriptor::GetEvents ( object component, bool noCustomTypeDesc ) : EventDescriptorCollection