AsyncContentLoadedEventArgs Class

Definition

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

AsyncContentLoadedEventArgs(AsyncContentLoadedState, Double)

Initializes a new instance of the AsyncContentLoadedEventArgs class.

Properties

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

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