DateTimeEditors for WinRT
Closing Event (C1FullscreenDialog)

Syntax
'Declaration
 
Public Event Closing As System.EventHandler(Of CancelEventArgs)
public event System.EventHandler<CancelEventArgs> Closing
Event Data

The event handler receives an argument of type System.ComponentModel.CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
Cancel  
See Also

Reference

C1FullscreenDialog Class
C1FullscreenDialog Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback