ArcGIS Extensibility SDK for Silverlight - Library Reference
Closing Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Application.Controls Namespace > FloatingWindow Class : Closing Event
Occurs directly after Close is called, and can be handled to cancel window closure.

Syntax

C# 
public event EventHandler<CancelEventArgs> Closing

Event Data

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

PropertyDescription
Cancel Gets or sets a value indicating whether the event should be canceled.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© Esri, Inc. All Rights Reserved.