Click or drag to resize

IDataChangedNotifierNotifyDataChanged Method

Notifies callers of a data change.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
void NotifyDataChanged(
	ProtocolSocket socket,
	Object service,
	NotifyDataChangedEventArgs e
)

Parameters

socket  ProtocolSocket
The protocol socket that raised the event.
service  Object
The service that raised the event.
e  NotifyDataChangedEventArgs
Information about the event.
See Also