Called when the IsVisible property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
protected virtual void OnIsVisibleChanged(
	bool oldIsVisible,
	bool newIsVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsVisibleChanged ( _
	oldIsVisible As Boolean, _
	newIsVisible As Boolean _
)

Parameters

oldIsVisible
Type: System..::.Boolean
newIsVisible
Type: System..::.Boolean

See Also