Trigger.ReceiveTypeConverter Method
Handles cases where a type converter provides a value for a property of a Trigger object.
Namespace: System.Windows
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.