Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AdCreatedEventArgs Constructor (IDictionary^)

 

Initializes a new instance of the AdCreatedEventArgs class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
AdCreatedEventArgs(
	IDictionary^ adProperties
)

Parameters

adProperties
Type: System.Collections::IDictionary^

A System.Collections::IDictionary containing the advertisement properties from the XML file.

Use this constructor to create and initialize a new instance of the AdCreatedEventArgs class.

The following table shows initial property values for an instance of AdCreatedEventArgs.

Property

Initial value

AdProperties

The value of the adProperties parameter if the adProperties parameter is not null; otherwise, an empty System.Collections::IDictionary.

AlternateText

If the adProperties parameter is not null, the value in the adProperties parameter that represents the alternate text; otherwise, String::Empty.

ImageUrl

If the adProperties parameter is not null, the value in the adProperties parameter that represents the URL of the image to display; otherwise, String::Empty.

NavigateUrl

If the adProperties parameter is not null, the value in the adProperties parameter that represents the URL to navigate to; otherwise, String::Empty.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft