AGS.Types.Settings.GetEvents C# (CSharp) Метод

GetEvents() публичный Метод

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.EventDescriptorCollection
        public EventDescriptorCollection GetEvents(Attribute[] attributes)
        {
            return TypeDescriptor.GetEvents(this, attributes, true);
        }

Same methods

Settings::GetEvents ( ) : EventDescriptorCollection