Skip to main content

IInvokeProvider Interface

Exposes methods and properties to support UI Automation client access to controls that initiate or perform a single, unambiguous action and do not maintain state when activated.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public interface IInvokeProvider
View Source

Methods

Invoke()Sends a request to activate a control and initiate its single, unambiguous action.

See Also

Reference

Avalonia.Automation.Provider Namespace