Overrides the default behavior.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected override void OnContentChanged(
	Object oldContent,
	Object newContent
)
Visual Basic (Declaration)
Protected Overrides Sub OnContentChanged ( _
	oldContent As Object, _
	newContent As Object _
)

Parameters

oldContent
Type: System..::..Object
newContent
Type: System..::..Object

See Also