ESRI.ArcGIS.ADF.Web
OnRowDeleting Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : OnRowDeleting Method




e
A DataRowChangeEventArgs that contains the event data.
Raises the RowDeleting event.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnRowDeleting( _
   ByVal e As DataRowChangeEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim e As DataRowChangeEventArgs
 
instance.OnRowDeleting(e)
C# 
protected override void OnRowDeleting( 
   DataRowChangeEventArgs e
)

Parameters

e
A DataRowChangeEventArgs that contains the event data.

See Also

© 2010 All Rights Reserved.