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를 참조하세요.

적용 대상