ESRI.ArcGIS.ADF.Connection.Core
SerializeObjectState Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection Namespace > EmptyServerListException Class : SerializeObjectState Event




Syntax

Visual Basic (Declaration) 
Protected Event SerializeObjectState As EventHandler(Of SafeSerializationEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As EmptyServerListException
Dim handler As EventHandler(Of SafeSerializationEventArgs)
 
AddHandler instance.SerializeObjectState, handler
C# 
protected event EventHandler<SafeSerializationEventArgs> SerializeObjectState

Event Data

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

PropertyDescription
StreamingContext  

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.