VAGSuite.TransactionCollection.GetEvents C# (CSharp) Method

GetEvents() public method

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
return System.ComponentModel.EventDescriptorCollection
        public EventDescriptorCollection GetEvents(Attribute[] attributes)
        {
            return TypeDescriptor.GetEvents(this, attributes, true);
        }

Same methods

TransactionCollection::GetEvents ( ) : EventDescriptorCollection