PropertyMetadata.OnApply Method
.NET Framework 3.0
Provides processing when this PropertyMetadata is applied to a dependency property.
Namespace: System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
protected void OnApply ( DependencyProperty dependencyProperty, Type targetType )
protected function OnApply ( dependencyProperty : DependencyProperty, targetType : Type )
Not applicable.
Parameters
- dependencyProperty
The DependencyProperty to which this PropertyMetadata has been applied.
- targetType
The Type associated with this metadata if this instance is type-specific metadata. If this is default metadata, this value is a null reference (Nothing in Visual Basic).
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.