AdRotator::AdCreated Event
Occurs each time an advertisement is displayed. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
If the AdvertisementFile property is set, this event occurs after the advertisement has been selected from the file.
The event handler receives an AdCreatedEventArgs property that contains the properties of the advertisement being displayed. The following table shows the properties that provide information specific to this event.
Property | Description |
|---|---|
Returns the dictionary that contains all the advertisement properties extracted from an XML file after the AdCreated event is raised. | |
Specifies the alternate text and ToolTip (if supported by the browser) to be rendered in the AdRotator control. | |
Specifies the image to be rendered in the AdRotator control. | |
Specifies the URL reference that the browser navigates to when the advertisement is clicked. |
Available since 1.1
System.Web.UI.WebControls::AdRotator
AdRotator Class
System.Web.UI.MobileControls Namespace
Introduction to the AdRotator Control