WarningCallback

ISaveOptions.WarningCallback property

Returns or sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.

public IWarningCallback WarningCallback { get; set; }

See Also