Udostępnij za pośrednictwem


Automation.RemoveStructureChangedEventHandler Metoda

Definicja

Usuwa określoną strukturę zmienionej procedury obsługi zdarzeń.

public:
 static void RemoveStructureChangedEventHandler(System::Windows::Automation::AutomationElement ^ element, System::Windows::Automation::StructureChangedEventHandler ^ eventHandler);
public static void RemoveStructureChangedEventHandler (System.Windows.Automation.AutomationElement element, System.Windows.Automation.StructureChangedEventHandler eventHandler);
static member RemoveStructureChangedEventHandler : System.Windows.Automation.AutomationElement * System.Windows.Automation.StructureChangedEventHandler -> unit
Public Shared Sub RemoveStructureChangedEventHandler (element As AutomationElement, eventHandler As StructureChangedEventHandler)

Parametry

element
AutomationElement

Element automatyzacja interfejsu użytkownika, z którego chcesz usunąć procedurę obsługi zdarzeń.

eventHandler
StructureChangedEventHandler

Metoda obsługi przekazana dla AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler) określonego elementu automatyzacja interfejsu użytkownika.

Dotyczy

Zobacz też