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