IActionOnCLREvent Interface

Provides the IActionOnCLREvent::OnEvent Method method, which performs callbacks on events that have been registered by using a call to the ICLROnEventManager::RegisterActionOnEvent Method method.

interface IActionOnCLREvent : IUnknown {
    HRESULT OnEvent (
        [in] EClrEvent event,
        [in] PVOID data 
    );
};

Methods

Method Description

IActionOnCLREvent::OnEvent Method

Performs a callback for a registered event.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: MSCorEE.idl

Library: Included as a resource in MSCorEE.dll

.NET Framework Version: 2.0

See Also

Reference

EClrEvent Enumeration
ICLRControl Interface
ICLROnEventManager Interface

Other Resources

Hosting Interfaces