IWarningCallback

IWarningCallback interface

Interface for classes which receive warning

public interface IWarningCallback

Methods

NameDescription
Warning(IWarningInfo)Callback method which receives warning and decides whether operation should be aborted.

See Also