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
| Delegate | System.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 |
|
|
Metadata |
|
See also
Show: