PresentationConverterOnConversionEnd Event |
Occurs when the HTML5 conversion process end.
Namespace: DigitalOfficePro.Html5PointSdkAssembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax public event PresentationConverterOnConversionEndEventDelegate OnConversionEnd
Public Event OnConversionEnd As PresentationConverterOnConversionEndEventDelegate
public:
event PresentationConverterOnConversionEndEventDelegate^ OnConversionEnd {
void add (PresentationConverterOnConversionEndEventDelegate^ value);
void remove (PresentationConverterOnConversionEndEventDelegate^ value);
}
Value
Type:
DigitalOfficePro.Html5PointSdkPresentationConverterOnConversionEndEventDelegateSee Also