'Declaration Protected Overridable Sub OnConversionProgress( _
ByVal argsThe ProgressEventArgs instance containing the event data.As ProgressEventArgs _
)
protected virtual void OnConversionProgress(
ProgressEventArgs args
)
protected: virtual void OnConversionProgress(
ProgressEventArgs* args
)
protected:
virtual void OnConversionProgress(
ProgressEventArgs^ args
)
Parameters
- args
- The ProgressEventArgs instance containing the event data.