AutomationPeer.RaiseStructureChangedEvent Method

Definition

Raises an event to notify the Microsoft UI Automation core that the tree structure has changed.

public:
 virtual void RaiseStructureChangedEvent(AutomationStructureChangeType structureChangeType, AutomationPeer ^ child) = RaiseStructureChangedEvent;
void RaiseStructureChangedEvent(AutomationStructureChangeType const& structureChangeType, AutomationPeer const& child);
public void RaiseStructureChangedEvent(AutomationStructureChangeType structureChangeType, AutomationPeer child);
function raiseStructureChangedEvent(structureChangeType, child)
Public Sub RaiseStructureChangedEvent (structureChangeType As AutomationStructureChangeType, child As AutomationPeer)

Parameters

structureChangeType
AutomationStructureChangeType

The type of change that has occurred.

child
AutomationPeer

The element to which the change has been made.

Applies to