AutomationPeer.RaiseAutomationEvent(AutomationEvents) Method

Definition

Raises an automation event.

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)

Parameters

eventId
AutomationEvents

The event identifier for the event to raise, as a value of the enumeration. See AutomationEvents.

Applies to