Click or drag to resize
RulesPagewinAttackBtn_clicked Method
Displays the attacker's win condition text and animation

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void winAttackBtn_clicked(
	Object sender,
	RoutedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Windows.UI.XamlRoutedEventArgs
See Also