Compartilhar via


IVsWorkingFoldersEvents.OnAfterLocationChange(UInt32, Boolean) Method

Definition

public:
 void OnAfterLocationChange(System::UInt32 location, bool contentMoved);
public:
 void OnAfterLocationChange(unsigned int location, bool contentMoved);
void OnAfterLocationChange(unsigned int location, bool contentMoved);
public void OnAfterLocationChange (uint location, bool contentMoved);
abstract member OnAfterLocationChange : uint32 * bool -> unit
Public Sub OnAfterLocationChange (location As UInteger, contentMoved As Boolean)

Parameters

location
UInt32
contentMoved
Boolean

Applies to