AsyncContentLoadedEventArgs Class
Definition
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
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) |