Edit

Share via


PropertyMetadata.SetValueOverride Property

Definition

Gets or sets the SetValueOverride callback, a callback invoked immediately upon a call to the SetValue(DependencyProperty, Object) method.

public System.Workflow.ComponentModel.SetValueOverride SetValueOverride { get; set; }

Property Value

The SetValueOverride callback, a callback invoked immediately upon a call to the SetValue(DependencyProperty, Object) method.

Exceptions

Trying to set this property when IsSealed is true.

Applies to