AutomationPeer.RaiseAutomationEvent(AutomationEvents) 方法

定义

引发自动化事件。

public:
 virtual void RaiseAutomationEvent(AutomationEvents eventId) = RaiseAutomationEvent;
void RaiseAutomationEvent(AutomationEvents const& eventId);
public void RaiseAutomationEvent(AutomationEvents eventId);
function raiseAutomationEvent(eventId)
Public Sub RaiseAutomationEvent (eventId As AutomationEvents)

参数

eventId
AutomationEvents

要引发的事件的事件标识符,作为枚举的值。 请参阅 AutomationEvents

适用于