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

GetEvents() public static method

public static GetEvents ( Type componentType ) : EventDescriptorCollection
componentType System.Type
return EventDescriptorCollection
        public static EventDescriptorCollection GetEvents(Type componentType) {
            return GetEvents(componentType, null);
        }

Same methods

DebugTypeDescriptor::GetEvents ( Type componentType, Attribute attributes ) : 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