ComAwareEventInfo(Type, String) Constructor

Definición

Inicializa una nueva instancia de la clase ComAwareEventInfo utilizando el tipo especificado y un nombre del evento en el tipo.

public:
 ComAwareEventInfo(Type ^ type, System::String ^ eventName);
public ComAwareEventInfo (Type type, string eventName);
new System.Runtime.InteropServices.ComAwareEventInfo : Type * string -> System.Runtime.InteropServices.ComAwareEventInfo
Public Sub New (type As Type, eventName As String)

Parámetros

type
Type

Tipo del objeto.

eventName
String

El nombre de un evento en type.

Se aplica a