System.ComponentModel.DebugTypeDescriptor.ComponentEntry.GetEvents C# (CSharp) 메소드

GetEvents() 공개 메소드

public GetEvents ( object component, Attribute attributes ) : EventDescriptorCollection
component object
attributes System.Attribute
리턴 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