XamlMember Constructor (String^, MethodInfo^, XamlSchemaContext^, XamlMemberInvoker^)
.NET Framework (current version)
Initializes a new instance of the XamlMember class for a XamlMember that represents an attachable event, including XamlMemberInvoker information.
Assembly: System.Xaml (in System.Xaml.dll)
public:
XamlMember(
String^ attachableEventName,
MethodInfo^ adder,
XamlSchemaContext^ schemaContext,
XamlMemberInvoker^ invoker
)
Parameters
- attachableEventName
-
Type:
System::String^
The string name of the attachable event.
- adder
-
Type:
System.Reflection::MethodInfo^
The CLR type system MethodInfo for the handler Add method of the attachable member's backing implementation.
- 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 invocation calls against the XamlMember.
Use this constructor if the member represents an attachable event member.
.NET Framework
Available since 4.0
Available since 4.0
Show: