ArcGIS Extensibility SDK for Silverlight - Library Reference
PageChanging Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Application.Controls Namespace > Wizard Class : PageChanging Event
Event for performing validation on page change. Raised before the wizard's CurrentPage has been updated

Syntax

C# 
public event EventHandler<CancelEventArgs> PageChanging

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.