SerializerWriter.WritingProgressChanged Evento

Definizione

Se sottoposto a override in una classe derivata, si verifica quando SerializerWriter aggiorna la stato di avanzamento.

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 

Tipo evento

WritingProgressChangedEventHandler

Commenti

Ad esempio, potrebbe aggiornare lo SerializerWriter stato di avanzamento dopo ogni pagina o dopo ogni documento in un'operazione di scrittura su più documenti.

Si applica a

Vedi anche