Share via


ContentSiteAutomationProviderRequestedEventArgs.Handled Property

Definition

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

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

Property Value

Boolean

bool

Applies to