PropertyMetadata.GetValueOverride Property

Definition

Gets or sets the GetValueOverride callback, a callback invoked immediately upon a call to the GetValue(DependencyProperty) method.

public:
 property System::Workflow::ComponentModel::GetValueOverride ^ GetValueOverride { System::Workflow::ComponentModel::GetValueOverride ^ get(); void set(System::Workflow::ComponentModel::GetValueOverride ^ value); };
public System.Workflow.ComponentModel.GetValueOverride GetValueOverride { get; set; }
member this.GetValueOverride : System.Workflow.ComponentModel.GetValueOverride with get, set
Public Property GetValueOverride As GetValueOverride

Property Value

The GetValueOverride callback, a callback invoked immediately upon a call to the GetValue(DependencyProperty) method.

Exceptions

Attempting to set this property when IsSealed is true.

Applies to