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」を参照してください。

適用対象