XamlMember Constructor (String^, MethodInfo^, XamlSchemaContext^)
.NET Framework (current version)
Initializes a new instance of the XamlMember class for a XamlMember that represents an attachable event.
Assembly: System.Xaml (in System.Xaml.dll)
public:
XamlMember(
String^ attachableEventName,
MethodInfo^ adder,
XamlSchemaContext^ schemaContext
)
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.
Use this constructor if the member represents an attachable event member.
.NET Framework
Available since 4.0
Available since 4.0
Show: