ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DaysOfWeekPresenter Class / BringIntoViewRequested Event

In This Topic
    BringIntoViewRequested Event (DaysOfWeekPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public Event BringIntoViewRequested As Windows.Foundation.TypedEventHandler(Of UIElement,BringIntoViewRequestedEventArgs)
    public event Windows.Foundation.TypedEventHandler<UIElement,BringIntoViewRequestedEventArgs> BringIntoViewRequested
    See Also