Event that occurs when the data source definition is canceled by the user.
Syntax
Visual Basic (Declaration) | |
---|
Public Event DefinitionCanceled As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceDefinitionCanceledEventHandler |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DataSourceDefinerWeb
Dim handler As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceDefinitionCanceledEventHandler
AddHandler instance.DefinitionCanceled, handler |
C# | |
---|
public event ESRI.ArcGIS.ADF.Web.DataSources.DataSourceDefinitionCanceledEventHandler DefinitionCanceled |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also