NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AdCreatedEventArgs Constructor

Creates a new instance of the AdCreatedEventArgs object

[Visual Basic]
Public Sub New( _
   ByVal adProperties As IDictionary _
)
[C#]
public AdCreatedEventArgs(
   IDictionary adProperties
);
[C++]
public: AdCreatedEventArgs(
   IDictionary* adProperties
);
[JScript]
public function AdCreatedEventArgs(
   adProperties : IDictionary
);

Parameters

adProperties
[To be supplied.]

See Also

AdCreatedEventArgs Class | AdCreatedEventArgs Members | System.Web.UI.WebControls Namespace