Delegate ParseErrorCallback

Delegate ParseErrorCallback

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Represents a method callback to handle parse errors that can happen when reading xml data.

public delegate object ParseErrorCallback(object sender, ParseErrorArgs args)

Parameters

sender object

the source object of the parsing error.

args ParseErrorArgs

the instance of the Aspose.Tasks.ParseErrorArgs class that contains the event data.

Returns

object

the coerced value to set to the specified sender object.