Microsoft.VisualStudio.Project.LocalizableProperties.GetEvents C# (CSharp) Method

GetEvents() public method

public GetEvents ( ) : EventDescriptorCollection
return System.ComponentModel.EventDescriptorCollection
        public virtual EventDescriptorCollection GetEvents()
        {
            EventDescriptorCollection edc = TypeDescriptor.GetEvents(this, true);
            return edc;
        }

Same methods

LocalizableProperties::GetEvents ( System attributes ) : EventDescriptorCollection