←Select platform

PostRun Method

Summary

Inform the document viewer that this command had run with the specified value.

Syntax
C#
VB
C++
public void PostRun( 
   DocumentViewer documentViewer, 
   object value 
) 
Public Sub PostRun( 
   ByVal documentViewer As DocumentViewer, 
   ByVal value As Object 
) 
public:  
   void PostRun( 
      DocumentViewer^ documentViewer, 
      Object^ value 
   ) 

Parameters

documentViewer

Owner document viewer.

value

The value that was used to run the command.

Remarks

This method informs the document viewer that this command is had run with the specified value by creating a new DocumentViewerOperationEventArgs object with DocumentViewerOperation.RunCommand and the command object in Data1, value in Data2 and IsPostOperation set to true then firing the Operation event.

This informs anyone listening to the event the command had run . For example, to update a related user interface state.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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