XamlMember Constructor (EventInfo^, XamlSchemaContext^, XamlMemberInvoker^)
.NET Framework (current version)
Initializes a new instance of the XamlMember class using CLR type system EventInfo and a XamlSchemaContext, including XamlMemberInvoker information.
Assembly: System.Xaml (in System.Xaml.dll)
public:
XamlMember(
EventInfo^ eventInfo,
XamlSchemaContext^ schemaContext,
XamlMemberInvoker^ invoker
)
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.
- invoker
-
Type:
System.Xaml.Schema::XamlMemberInvoker^
The XamlMemberInvoker implementation that handles run-time reflection calls against the XamlMember.
Use this constructor if the member represents an event (or an event handler connection-point property).
.NET Framework
Available since 4.0
Available since 4.0
Show: