ESRI.ArcGIS.ADF.Web.UI.WebControls
OnEditResources Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > Generic GISResourceManagerDesigner Class : OnEditResources Method




sender
The source of the event.
e
A EventArgs that contains the event data.
Displays the resource item collection editor.

Syntax

Visual Basic (Declaration) 
Protected Sub OnEditResources( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As GISResourceManagerDesigner(Of T)
Dim sender As Object
Dim e As EventArgs
 
instance.OnEditResources(sender, e)
C# 
protected void OnEditResources( 
   object sender,
   EventArgs e
)

Parameters

sender
The source of the event.
e
A EventArgs that contains the event data.

See Also

© 2010 All Rights Reserved.