protected override void OnApplyTemplate(
TemplateAppliedEventArgs e
)abstract OnApplyTemplate :
e : TemplateAppliedEventArgs -> unit
override OnApplyTemplate :
e : TemplateAppliedEventArgs -> unit Checks, if applied template contains element named PART_ugButtons.
Generates buttons for MessageBox based on value of ButtonLabels property.
| InvalidOperationException | Thrown if applied template does not contain an element named PART_ugButtons. |