ComAwareEventInfo(Type, String) Konstruktor

Definice

Inicializuje novou instanci ComAwareEventInfo třídy pomocí zadaného typu a názvu události na typu.

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)

Parametry

type
Type

Typ objektu.

eventName
String

Název události v systému type.

Platí pro