Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerCommand Class : PostRun Method |
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 )
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.