OnPointerUp | onpointerup event

AdControl.OnPointerUp | onpointerup event

Raised when the user has stopped clicking, pointing, or touching a banner ad.

Syntax


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

Event information

DelegateEventHandler [JavaScript] | System.EventHandler<RoutedEventArgs> [.NET] | Windows.Foundation.EventHandler<RoutedEventArgs> [C++]

Remarks

This event is raised when the user has stopped clicking, pointing, or touching inside of the AdControl. The app can use this event to animate the AdControl for visual touch-down feedback. The banner ad may suppress this event if it is itself providing visual touch-down feedback. The handler function takes no parameters.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1

Namespace

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

Metadata

Microsoft.Advertising.winmd

See also

AdControl

 

 

Show:
© 2017 Microsoft