Share via


CalendarPicker.Closed event

[This documentation is preliminary and is subject to change.]

Occurs when the picker's CalendarView is hidden.

Syntax

public event EventHandler<object> Closed
Public Event Closed As EventHandler(Of Object)
public:
event EventHandler<object>^ Closed {
   Windows::Foundation::EventRegistrationToken add(EventHandler<object>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate System.EventHandler<Object> [.NET] | Windows.Foundation.EventHandler<Object> [C++]

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

CalendarPicker