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.RemoveOnAdCreated

Remove the event handler for OnGetAdvertisement

[Visual Basic]
Public Sub RemoveOnAdCreated( _
   ByVal eventHandler As AdCreatedEventHandler _
)
[C#]
public void RemoveOnAdCreated(
   AdCreatedEventHandler eventHandler
);
[C++]
public: void RemoveOnAdCreated(
   AdCreatedEventHandler* eventHandler
);
[JScript]
public function RemoveOnAdCreated(
   eventHandler : AdCreatedEventHandler
);

Parameters

eventHandler
[To be supplied.]

See Also

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