VAGSuite.TransactionCollection.GetEvents C# (CSharp) Méthode

GetEvents() public méthode

public GetEvents ( ) : EventDescriptorCollection
Résultat System.ComponentModel.EventDescriptorCollection
        public EventDescriptorCollection GetEvents()
        {
            return TypeDescriptor.GetEvents(this, true);
        }

Same methods

TransactionCollection::GetEvents ( Attribute attributes ) : EventDescriptorCollection