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

GetEvents() 공개 메소드

public GetEvents ( ) : EventDescriptorCollection
리턴 EventDescriptorCollection
        public virtual EventDescriptorCollection GetEvents()
        {
            if (_parent != null)
            {
                return _parent.GetEvents();
            }

            return EventDescriptorCollection.Empty;
        }

Same methods

CustomTypeDescriptor::GetEvents ( Attribute attributes ) : EventDescriptorCollection