AutomationPeer.RaiseStructureChangedEvent 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.
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.