AdReady event
Collapse the table of content
Expand the table of content

NativeAdsManager.AdReady event

Raised when a NativeAd is ready for your app.

Syntax


public:
event EventHandler<object>^ AdReady {
   Windows::Foundation::EventRegistrationToken add(EventHandler<object>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

DelegateSystem.EventHandler<Object> [.NET] | Windows.Foundation.EventHandler<Object> [C++]

Remarks

The e parameter of your event handler contains the NativeAd that is ready for your app to use. For more information, see the remarks for NativeAd.

Requirements

Minimum supported client

Windows 10

Minimum supported server

None supported

Minimum supported phone

Windows 10 Mobile

Namespace

Microsoft.Advertising.WinRT.UI
Microsoft::Advertising::WinRT::UI [C++]

Metadata

Microsoft.Advertising.winmd

See also

NativeAdsManager
NativeAd

 

 

Show:
© 2017 Microsoft