Click or drag to resize
DocumentLockOnError Property
Gets or sets action which is called on error.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public Action<Exception> OnError { get; set; }

Property Value

Type: ActionException
See Also