Freigeben über


AutomationPeer.RaiseStructureChangedEvent Methode

Definition

Löst ein Ereignis aus, um den Microsoft Benutzeroberflächenautomatisierung Kern zu benachrichtigen, dass sich die Struktur geändert hat.

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)

Parameter

structureChangeType
AutomationStructureChangeType

Der Typ der Änderung, die aufgetreten ist.

child
AutomationPeer

Das Element, an dem die Änderung vorgenommen wurde.

Gilt für: