AspNetEdit.UI.EventPropertyTab.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection
        public override PropertyDescriptorCollection GetProperties(object component, Attribute[] attributes)
        {
            IEventBindingService evtBind = GetEventService (component);
            return evtBind.GetEventProperties (TypeDescriptor.GetEvents (component));
        }