Skip to main content
A newer version of this page is available. .

ICalendarImporter.Terminate() Method

Stops the import process, so no data are loaded.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public void Terminate()

Remarks

Handle the OnException event to terminate export when an exception occurs.

To check if the previous attempt to export was terminated, use the IsTermination property.

See Also