SerializerWriter.WritingProgressChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, se produit lorsque le SerializerWriter met à jour sa progression.
public:
abstract event System::Windows::Documents::Serialization::WritingProgressChangedEventHandler ^ WritingProgressChanged;
public abstract event System.Windows.Documents.Serialization.WritingProgressChangedEventHandler WritingProgressChanged;
member this.WritingProgressChanged : System.Windows.Documents.Serialization.WritingProgressChangedEventHandler
Public MustOverride Custom Event WritingProgressChanged As WritingProgressChangedEventHandler
Public MustOverride Event WritingProgressChanged As WritingProgressChangedEventHandler
Type d'événement
Remarques
Par exemple, il SerializerWriter peut mettre à jour sa progression après chaque page ou après chaque document dans une opération d’écriture multidocument.