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

GetEvents() public method

public GetEvents ( object component, Attribute attributes ) : EventDescriptorCollection
component object
attributes System.Attribute
return EventDescriptorCollection
            public EventDescriptorCollection GetEvents(object component, Attribute[] attributes) {
                return GetEvents(component, attributes, false);
            }

Same methods

DebugTypeDescriptor.ComponentEntry::GetEvents ( object component, Attribute attributes, bool noFilter ) : EventDescriptorCollection