Called when the value of the [P:Content] property changes.
Namespace:
C1.WPF
Assembly:
C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
protected override void OnContentChanged(
Object oldContent,
Object newContent
) |
Visual Basic |
---|
Protected Overrides Sub OnContentChanged ( _
oldContent As Object, _
newContent As Object _
) |
See Also