XamlSetTypeConverterEventArgs Class
Provides data for callbacks that are invoked when a XAML writer sets a value using a type converter call.
System::EventArgs
System.Windows.Markup::XamlSetValueEventArgs
System.Windows.Markup::XamlSetTypeConverterEventArgs
Assembly: System.Xaml (in System.Xaml.dll)
The XamlSetTypeConverterEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XamlSetTypeConverterEventArgs | Initializes a new instance of the XamlSetTypeConverterEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | CultureInfo | Gets CultureInfo information that can be used by the type converter class when calling ConvertFrom and other methods. |
![]() | 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.) |
![]() | Member | Gets XAML type system and XAML schema information for the member being set. (Inherited from XamlSetValueEventArgs.) |
![]() | ServiceProvider | Gets IServiceProvider information that can be used by the type converter class. |
![]() | TypeConverter | Gets the TypeConverter instance that is invoked and provides type conversion behavior. |
![]() | 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.) |
Callbacks for type converter usages use the EventHandler<TEventArgs> delegate, with XamlSetTypeConverterEventArgs event data constraint.
Callbacks for type converter usages are referenced by XamlSetTypeConverterAttribute applied at the class level (for example on Setter class in WPF). A custom XamlTypeInvoker might also reference a callback through the SetTypeConverterHandler value.
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.
