Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AsyncContentLoadedEventArgs Class

Definition

Namespace:
System.Windows.Automation
Assembly:
UIAutomationTypes.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Provides data for a AsyncContentLoadedEvent.

public ref class AsyncContentLoadedEventArgs sealed : System::Windows::Automation::AutomationEventArgs
public sealed class AsyncContentLoadedEventArgs : System.Windows.Automation.AutomationEventArgs
type AsyncContentLoadedEventArgs = class
 inherit AutomationEventArgs
Public NotInheritable Class AsyncContentLoadedEventArgs
Inherits AutomationEventArgs
Inheritance
AsyncContentLoadedEventArgs

Constructors

Name Description
AsyncContentLoadedEventArgs(AsyncContentLoadedState, Double)

Initializes a new instance of the AsyncContentLoadedEventArgs class.

Properties

Name Description
AsyncContentLoadedState

Gets the state of the content loading.

EventId

Gets the event identifier.

(Inherited from AutomationEventArgs)
PercentComplete

Gets the percentage of content that has been loaded.

Methods

Name Description
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also


Feedback

Was this page helpful?