Condition.ReceiveTypeConverter(Object, XamlSetTypeConverterEventArgs) Method
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.
Handles cases where a type converter provides a value for a property of on a Condition object.
public:
static void ReceiveTypeConverter(System::Object ^ targetObject, System::Windows::Markup::XamlSetTypeConverterEventArgs ^ eventArgs);
public static void ReceiveTypeConverter (object targetObject, System.Windows.Markup.XamlSetTypeConverterEventArgs eventArgs);
static member ReceiveTypeConverter : obj * System.Windows.Markup.XamlSetTypeConverterEventArgs -> unit
Public Shared Sub ReceiveTypeConverter (targetObject As Object, eventArgs As XamlSetTypeConverterEventArgs)
Parameters
- targetObject
- Object
The object where the type converter sets the value.
- eventArgs
- XamlSetTypeConverterEventArgs
Data that is relevant for type converter processing.
Remarks
This is the method referenced by an applied XamlSetTypeConverterAttribute attribute at the class level, which means that this method processes all attempts to set values of Condition with a type converter. You do not typically call this method directly.