SearchPaneVisibilityChangedEventArgs
SearchPaneVisibilityChangedEventArgs
SearchPaneVisibilityChangedEventArgs
SearchPaneVisibilityChangedEventArgs
Class
Definition
Provides data for a visibilitychanged event that is associated with a searchPane object.
public : sealed class SearchPaneVisibilityChangedEventArgs : ISearchPaneVisibilityChangedEventArgspublic sealed class SearchPaneVisibilityChangedEventArgs : ISearchPaneVisibilityChangedEventArgsPublic NotInheritable Class SearchPaneVisibilityChangedEventArgs Implements ISearchPaneVisibilityChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Xbox One Extensions for the UWP (introduced v10.0.10586.0)
|
| API contract |
Windows.ApplicationModel.Search.SearchContract (introduced v1)
|
Remarks
This object is passed to an app's visibilitychanged event handler.
Properties
Visible Visible Visible Visible
Indicates whether the search pane is open.
public : PlatForm::Boolean Visible { get; }public bool Visible { get; }Public ReadOnly Property Visible As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the search pane is open; otherwise false.
- See Also