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 override bool IsAboutToDispose()
Visual Basic
Protected Overrides Function IsAboutToDispose As Boolean

Return Value

The base implementation always returns false.

See Also