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)
- C#
- VB
- F#
public interface IInvokeProvider
Public Interface IInvokeProvider
type IInvokeProvider = interface end
Methods
Invoke() | Sends a request to activate a control and initiate its single, unambiguous action. |