←Select platform

IsPostOperation Property (DocumentViewerOperationEventArgs)

Summary

A value that indicate whether the event is fired after the operation is run.

Syntax

C#
VB
C++
public bool IsPostOperation { get; }
Public ReadOnly Property IsPostOperation() As Boolean 
   Get 
public:  
   property bool IsPostOperation 
   { 
      bool get() 
   } 

Property Value

true if this event is fired after the operation is run; otherwise, false.

Remarks

Abort can only be used before the operation is run (IsPostOperation is false).

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize