IWarningCallback Interface

Ibterface for classes which receive warning

Namespace:  Aspose.Slides.Warnings
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IWarningCallback

The IWarningCallback type exposes the following members.

Methods
  NameDescription
Public methodWarning
Callback method which receives warning and decides whether operation should be aborted.
See Also