AutomationProviderRequestedEventArgs.Handled Property

Definition

Gets or sets whether the automation provider request event has been handled.

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = automationProviderRequestedEventArgs.handled;
automationProviderRequestedEventArgs.handled = boolean;
Public Property Handled As Boolean

Property Value

Boolean

bool

True if the automation provider request event has been handled; false if it has not.

Implements

Applies to