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

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

    Return Value

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