Application.OnSearchActivated method

0 out of 4 rated this helpful - Rate this topic

Invoked when the application is activated through a search association.

Syntax

Protected Overridable Sub OnSearchActivated(
  args As SearchActivatedEventArgs 
)

Parameters

args

Type: SearchActivatedEventArgs

Event data for the event.

Remarks

OnSearchActivated is a pre-defined activation point handler that is invoked for a core Activated event when the ActivationKind is Search.

All Application overrides involved in an activation scenario should call Window.Activate in their implementations.

The Search contract sample demonstrates how to respond to a Search activated event.

Consider writing your OnSearchActivated handler as asynchronous. For more info, see Minimize startup time.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

Application
Quickstart: Adding search
Search contract sample

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.