ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / LayoutUpdated Event

In This Topic
    LayoutUpdated Event (C1TimeEditor)
    In This Topic
    Syntax
    'Declaration
     
    Public Event LayoutUpdated As Windows.Foundation.EventHandler(Of Object)
    public event Windows.Foundation.EventHandler<object> LayoutUpdated
    See Also