ESRI.ArcGIS.ADF.Web.UI.WebControls
OnClosing Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.Editors Namespace > MapTipsLayerEditorForm Class : OnClosing Method




e
A System.ComponentModel.CancelEventArgs that contains the event data.
Raises the System.Windows.Forms.Form.Closing event.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnClosing( _
   ByVal e As CancelEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapTipsLayerEditorForm
Dim e As CancelEventArgs
 
instance.OnClosing(e)
C# 
protected override void OnClosing( 
   CancelEventArgs e
)

Parameters

e
A System.ComponentModel.CancelEventArgs that contains the event data.

See Also

© 2010 All Rights Reserved.