IVsWorkingFoldersEvents.OnAfterLocationChange(UInt32, Boolean) 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.
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