Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / VisualIntervalsPresenter Class / IsAboutToDispose Method

In This Topic
    IsAboutToDispose Method (VisualIntervalsPresenter)
    In This Topic
    Override this method in derived classes and return true when control should stop handle selection.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsAboutToDispose() As Boolean
    protected override bool IsAboutToDispose()

    Return Value

    The base implementation always returns false.
    See Also