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

GetEvents() public method

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

            return EventDescriptorCollection.Empty;
        }

Same methods

CustomTypeDescriptor::GetEvents ( Attribute attributes ) : EventDescriptorCollection