Trigger.ReceiveTypeConverter Method
Handles cases where a type converter provides a value for a property of a Trigger object.
Assembly: PresentationFramework (in PresentationFramework.dll)
public static void ReceiveTypeConverter( Object targetObject, XamlSetTypeConverterEventArgs eventArgs )
Parameters
- targetObject
- Type: System.Object
The object where the type converter sets the value.
- eventArgs
- Type: System.Windows.Markup.XamlSetTypeConverterEventArgs
Data that is relevant for type converter processing.
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 Trigger with a type converter. You do not typically call this method directly.
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.