XamlSetValueEventArgs(XamlMember, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XamlSetValueEventArgs class.
public:
XamlSetValueEventArgs(System::Xaml::XamlMember ^ member, System::Object ^ value);
public XamlSetValueEventArgs (System.Xaml.XamlMember member, object value);
new System.Windows.Markup.XamlSetValueEventArgs : System.Xaml.XamlMember * obj -> System.Windows.Markup.XamlSetValueEventArgs
Public Sub New (member As XamlMember, value As Object)
Parameters
- member
- XamlMember
XAML type system / schema information for the member being set.
- value
- Object
The value to provide for the member.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.