DocData.OnHierarchyChanged(EventArgs) 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.
Called when the document's hierarchy or itemid changes
protected:
virtual void OnHierarchyChanged(EventArgs ^ e);
protected virtual void OnHierarchyChanged (EventArgs e);
abstract member OnHierarchyChanged : EventArgs -> unit
override this.OnHierarchyChanged : EventArgs -> unit
Protected Overridable Sub OnHierarchyChanged (e As EventArgs)