Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Eventing Namespace / EventsManager Class / GiftCertificateValidated Event
In This Topic
    GiftCertificateValidated Event
    In This Topic
    The GiftCertificateValidated event
    Syntax
    public event GiftCertificateValidatedHandler GiftCertificateValidated
    Event Data

    The event handler receives an argument of type GiftCertificateValidatedEventArgs containing data related to this event. The following GiftCertificateValidatedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the gift certificate for which the event has occured (Inherited from CommerceBuilder.Eventing.GiftCertificateEventArgs)
    Gets the gift certificate transaction that occurred  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also