Aracılığıyla paylaş


WritingCompletedEventArgs(Boolean, Object, Exception) Oluşturucu

Tanım

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

public:
 WritingCompletedEventArgs(bool cancelled, System::Object ^ state, Exception ^ exception);
public WritingCompletedEventArgs (bool cancelled, object state, Exception exception);
new System.Windows.Documents.Serialization.WritingCompletedEventArgs : bool * obj * Exception -> System.Windows.Documents.Serialization.WritingCompletedEventArgs
Public Sub New (cancelled As Boolean, state As Object, exception As Exception)

Parametreler

cancelled
Boolean

true iptal edilirse; aksi takdirde, false yazma işlemi normal şekilde tamamlandıysa.

state
Object

Yöntemine WriteAsync geçirilen kullanıcı tarafından sağlanan durum nesnesi.

exception
Exception

Yazma işlemi sırasında veya null hata yoksa oluşan hata.

Şunlara uygulanır