Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

PostRun Method






Owner document viewer.
The value that was used to run the command.
Inform the document viewer that this command had run with the specified value.
Syntax
public void PostRun( 
   DocumentViewer documentViewer,
   object value
)
'Declaration
 
Public Sub PostRun( _
   ByVal documentViewer As DocumentViewer, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As DocumentViewerCommand
Dim documentViewer As DocumentViewer
Dim value As Object
 
instance.PostRun(documentViewer, value)
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

See Also

Reference

DocumentViewerCommand Class
DocumentViewerCommand Members

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features