This topic has not yet been rated - Rate this topic

DateTimePicker.CloseUp Event

Occurs when the drop-down calendar is dismissed and disappears.

[Visual Basic]
Public Event CloseUp As EventHandler
[C#]
public event EventHandler CloseUp;
[C++]
public: __event EventHandler* CloseUp;

[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.

Event Data

The event handler receives an argument of type EventArgs.

Remarks

For more information about handling events, see Consuming Events.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DateTimePicker Class | DateTimePicker Members | System.Windows.Forms Namespace | OnCloseUp

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.