Class XamlSetValueEventArgs
Inheritance
System.Object
System.EventArgs
XamlSetValueEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Xaml.Markup
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlSetValueEventArgs : EventArgs
Constructors
| Improve this Doc View SourceXamlSetValueEventArgs(XamlMember, Object)
Declaration
public XamlSetValueEventArgs(XamlMember member, object value)
Parameters
Type | Name | Description |
---|---|---|
XamlMember | member | |
System.Object | value |
Properties
| Improve this Doc View SourceHandled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Member
Declaration
public XamlMember Member { get; }
Property Value
Type | Description |
---|---|
XamlMember |
Value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceCallBase()
Declaration
public virtual void CallBase()