ArcFM Responder Mobile Developer Guide
Editor Property (SaveEditEventArgs)






Gets the editor.
Syntax
'Declaration
 
Public ReadOnly Property Editor As Editor
'Usage
 
Dim instance As SaveEditEventArgs
Dim value As Editor
 
value = instance.Editor
public Editor Editor {get;}
public read-only property Editor: Editor; 
public function get Editor : Editor
public: __property Editor* get_Editor();
public:
property Editor^ Editor {
   Editor^ get();
}

Property Value

The editor.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SaveEditEventArgs Class
SaveEditEventArgs Members

Send Feedback