Responder Developer Guide
DeleteWriteError Event


Syntax
'Declaration
 
Public Event DeleteWriteError As DataWriterErrorEventHandler
'Usage
 
Dim instance As DataWriter
Dim handler As DataWriterErrorEventHandler
 
AddHandler instance.DeleteWriteError, handler
public event DataWriterErrorEventHandler DeleteWriteError
Event Data

The event handler receives an argument of type DataWriterErrorEventArgs containing data related to this event. The following DataWriterErrorEventArgs properties provide information specific to this event.

PropertyDescription
Exception  
Row  
Session  
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

DataWriter Class
DataWriter Members

 

 


Send Comment