IVsTextLayerEvents.OnMappingChangeComplete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires to notify client to convert to the new local coordinates.
public:
void OnMappingChangeComplete();
public:
void OnMappingChangeComplete();
void OnMappingChangeComplete();
public void OnMappingChangeComplete ();
abstract member OnMappingChangeComplete : unit -> unit
Public Sub OnMappingChangeComplete ()
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextLayerEvents::OnMappingChangeComplete();