ToggleSwitch.

OnOffContentChanged(object, object) Method

Namespace
MahApps.Metro.Controls
Containing Type
ToggleSwitch

Syntax

protected virtual void OnOffContentChanged(object oldContent, object newContent)

Parameters

Name Type Description
oldContent object
newContent object

Return Value

Type Description
void