ParentalPromptCompletedCallback Delegate

Represents the method that handles the result of calling the ParentalControls.PromptForPin method, indicating whether the user entered the correct parental control code.

Syntax

public delegate void ParentalPromptCompletedCallback(
  bool  pinEnteredCorrectly
);

Parameters

pinEnteredCorrectly

System.Boolean.  It is true when the parental control code is entered correctly, and false when incorrect.

Return Value

This method does not return a value.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

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

See Also