←Select platform

Error Property

Summary

Callback to run if an error occurs when the command is run asynchronously.

Syntax

C#
VB
C++
public DocumentViewerAsyncError Error { get; set; } 
Public Property [Error]() As DocumentViewerAsyncError 
   Get 
   Set 
public:  
   property DocumentViewerAsyncError^ Error 
   { 
      DocumentViewerAsyncError^ get() 
      void set(DocumentViewerAsyncError^ value) 
   } 

Property Value

The callback to run if an error occurs when the command is run asynchronously. Default value is null.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly