Aracılığıyla paylaş


AsyncContentLoadedEventArgs(AsyncContentLoadedState, Double) Oluşturucu

Tanım

AsyncContentLoadedEventArgs sınıfının yeni bir örneğini başlatır.

public:
 AsyncContentLoadedEventArgs(System::Windows::Automation::AsyncContentLoadedState asyncContentState, double percentComplete);
public AsyncContentLoadedEventArgs (System.Windows.Automation.AsyncContentLoadedState asyncContentState, double percentComplete);
new System.Windows.Automation.AsyncContentLoadedEventArgs : System.Windows.Automation.AsyncContentLoadedState * double -> System.Windows.Automation.AsyncContentLoadedEventArgs
Public Sub New (asyncContentState As AsyncContentLoadedState, percentComplete As Double)

Parametreler

asyncContentState
AsyncContentLoadedState

İçerik yükleme durumu.

percentComplete
Double

Yüklenen içeriğin yüzdesi.

Açıklamalar

percentComplete olduğunda 0,0, olduğunda asyncContentState Beginning 100,0 Completedolmalıdır.

Şunlara uygulanır