|
| ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
| SetVersion Event | |
| See Also | |
| ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : SetVersion Event |
| Visual Basic (Declaration) | |
|---|---|
<ResCategoryAttribute("Editing")> <ResDescriptionAttribute("Fires when the version to edit has been set.")> Public Event SetVersion() As SetVersionEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ResCategoryAttribute("Editing")] [ResDescriptionAttribute("Fires when the version to edit has been set.")] public event SetVersionEventHandler SetVersion() | |
The event handler receives an argument of type SetVersionEventArgs containing data related to this event. The following SetVersionEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Version | The version to edit. |