ManagementList.SearchBoxChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when SearchBox property changes.
public:
event EventHandler<Microsoft::Management::UI::Internal::PropertyChangedEventArgs<Microsoft::Management::UI::Internal::SearchBox ^> ^> ^ SearchBoxChanged;
public event EventHandler<Microsoft.Management.UI.Internal.PropertyChangedEventArgs<Microsoft.Management.UI.Internal.SearchBox>> SearchBoxChanged;
member this.SearchBoxChanged : EventHandler<Microsoft.Management.UI.Internal.PropertyChangedEventArgs<Microsoft.Management.UI.Internal.SearchBox>>
Public Custom Event SearchBoxChanged As EventHandler(Of PropertyChangedEventArgs(Of SearchBox))