Override this method in derived classes and return true when control should stop handle selection.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected virtual bool IsAboutToDispose()
Visual Basic
Protected Overridable Function IsAboutToDispose As Boolean

Return Value

The base implementation returns False if control is a part of a visual tree; otherwise, True.

See Also