IPXV_DocSelectionHandler::OnStopSelHandling Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocSelectionHandler::OnStopSelHandling Method}}
 
{{#customTitle:IPXV_DocSelectionHandler::OnStopSelHandling Method}}
{{#parentPage:PXV:IPXV_DocSelectionHandler|OnStopSelHandling Method|method}}
+
{{#parentPage:PXV:IPXV_DocSelectionHandler#Methods|OnStopSelHandling|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Called by the document to notify that the handler would be no longer set as a selection handler.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pDoc
 
;pDoc
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
+
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]] containing the source document.
 
;pOldDocSel
 
;pOldDocSel
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]].
+
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]] containing the old document's selection.
  
 
== Return Value ==
 
== Return Value ==
Line 22: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_DocSelectionHandler|IPXV_DocSelectionHandler]].
+
[[PXV:IPXV_DocSelectionHandler|IPXV_DocSelectionHandler]]

Latest revision as of 01:46, 17 March 2016


Called by the document to notify that the handler would be no longer set as a selection handler.

Syntax

HRESULT OnStopSelHandling([in]  IPXV_Document*      pDoc,
                          [in]  IPXV_DocSelection*  pOldDocSel);

Parameters

pDoc
[in] Pointer to IPXV_Document containing the source document.
pOldDocSel
[in] Pointer to IPXV_DocSelection containing the old document's selection.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_DocSelectionHandler