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

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

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

Same methods

Settings::GetEvents ( Attribute attributes ) : EventDescriptorCollection