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!

AdRotator.OnAdCreated

Raise the AdCreated event

[Visual Basic]
Overridable Protected Sub OnAdCreated( _
   ByVal e As AdCreatedEventArgs _
)
[C#]
protected virtual void OnAdCreated(
   AdCreatedEventArgs e
);
[C++]
protected: virtual void OnAdCreated(
   AdCreatedEventArgs* e
);
[JScript]
protected function OnAdCreated(
   e : AdCreatedEventArgs
);

Parameters

e
[To be supplied.]

See Also

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