←Select platform

IsPostOperation Property

Summary

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

Syntax
C#
C++/CLI
public bool IsPostOperation { 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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.