ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourceItemRemovingEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ResourceItemRemovingEventHandler Delegate




sender
Control originating the event.
args
Event arguments for a resource item being removed.
Delegate to handle the event of an item about to be removed from the collection.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ResourceItemRemovingEventHandler( _
   ByVal sender As Object, _
   ByVal args As ResourceItemRemovingEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ResourceItemRemovingEventHandler(AddressOf HandlerMethod)
C# 
public delegate void ResourceItemRemovingEventHandler( 
   object sender,
   ResourceItemRemovingEventArgs args
)

Parameters

sender
Control originating the event.
args
Event arguments for a resource item being removed.

See Also

© 2010 All Rights Reserved.