ESRI.ArcGIS.ADF.ArcGISServer.Editor
SetVersionEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : SetVersionEventHandler Delegate




sender
The sender of the event.
e
The SetVersionEventArgs instance for the event.
Represents the method that handles the event that is raised after the version to edit is selected.

Syntax

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

Parameters

sender
The sender of the event.
e
The SetVersionEventArgs instance for the event.

See Also

© 2010 All Rights Reserved.