Share via


ITransformerEx.PreTransform Method

Calls your pretransformation function with the current value of the transformation target before calling the transform function.

Syntax

  public void PreTransform(
  object  
  oldValue
);

Parameters

oldValue

System.Object.  The current value of the transformation target.

Remarks

The PreTransform method is called on the value of the target. Then, the ITransformer.Transform method is called on a source value, and the return value is stored in the target.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also