WarningCallback

SaveOptions.WarningCallback property

Returns of 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