XamlMember Constructor (EventInfo^, XamlSchemaContext^)
.NET Framework (current version)
Initializes a new instance of the XamlMember class using CLR type system EventInfo and a XamlSchemaContext.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- eventInfo
-
Type:
System.Reflection::EventInfo^
The CLR type system EventInfo that represents the event member.
- schemaContext
-
Type:
System.Xaml::XamlSchemaContext^
The XamlSchemaContext context that qualifies the member.
Use this constructor if the member represents an event (event handler connection-point property).
.NET Framework
Available since 4.0
Available since 4.0
Show: