Click or drag to resize

MainWindowbntVideoPlay_Click Method

Event handler. Called by bntVideoPlay for click events.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.5.43134 (1.0.0.0)
Syntax
C#
private void bntVideoPlay_Click(
	Object sender,
	RoutedEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: System.WindowsRoutedEventArgs
Routed event information.
See Also