ArcFM Desktop Developer Guide
EditEventArgs Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The sender.
The editor.
Initializes a new instance of the EditEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sender As Object, _
   ByVal editor As Editor _
)
'Usage
 
Dim sender As Object
Dim editor As Editor
 
Dim instance As New EditEventArgs(sender, editor)
public EditEventArgs( 
   object sender,
   Editor editor
)

Parameters

sender
The sender.
editor
The editor.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EditEventArgs Class
EditEventArgs Members

 

 


Send Comment