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) Version: 11.3.999
public interface IInvokeProvider

Methods

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

See Also