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 Class

The AdCreated event object thrown by AdRotator. Allows implementation of custom ad selection logic, or modification of ads chosen from the file

Object
   EventArgs
      AdCreatedEventArgs

[Visual Basic]
Public Class AdCreatedEventArgs
   Inherits EventArgs
[C#]
public class AdCreatedEventArgs : EventArgs
[C++]
public __gc class AdCreatedEventArgs : public EventArgs
[JScript]
public class AdCreatedEventArgs extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

AdCreatedEventArgs Members | System.Web.UI.WebControls Namespace