XamlSetMarkupExtensionEventArgs Class
Provides data for callbacks that are invoked when a XAML object writer sets a value using a markup extension.
System::EventArgs
System.Windows.Markup::XamlSetValueEventArgs
System.Windows.Markup::XamlSetMarkupExtensionEventArgs
Assembly: System.Xaml (in System.Xaml.dll)
The XamlSetMarkupExtensionEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XamlSetMarkupExtensionEventArgs | Initializes a new instance of the XamlSetMarkupExtensionEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Handled | Gets or sets a value that determines whether a caller that is using the XamlSetValueEventArgs can use the values without having to call CallBase. (Inherited from XamlSetValueEventArgs.) |
![]() | MarkupExtension | Gets the MarkupExtension reference that is relevant to this XamlSetMarkupExtensionEventArgs. |
![]() | Member | Gets XAML type system and XAML schema information for the member being set. (Inherited from XamlSetValueEventArgs.) |
![]() | ServiceProvider | Gets service provider information that was passed to the markup extension. |
![]() | Value | Gets the value to provide for the member being set. (Inherited from XamlSetValueEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | CallBase | Provides a way to invoke a callback as defined on a base class of the current acting type. (Overrides XamlSetValueEventArgs::CallBase().) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Although a class might indicate with XamlSetMarkupExtensionAttribute that it handles all attempts to set a value through a markup extension, it might also use more than one markup extension to do so. Thus each set operation ultimately resolves to a separate markup extension implementation in the supporting code. The XamlSetMarkupExtensionEventArgs class reports the specifics of each attempted markup extension set operation so that the callback can branch accordingly for different MarkupExtension cases.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
