Xceed .NET Libraries Documentation
UserData Property (SynchronizationEventArgs)


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationEventArgs Class : UserData Property
Gets or sets the opaque data that will be sent back to the event handler whenever an event is raised.
Syntax
'Declaration
 
Public Property UserData As Object
'Usage
 
Dim instance As SynchronizationEventArgs
Dim value As Object
 
instance.UserData = value
 
value = instance.UserData
public object UserData {get; set;}

Property Value

Opaque data that is sent back to the event handler.
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

SynchronizationEventArgs Class
SynchronizationEventArgs Members