IDataChangedNotifierNotifyDataChanged Method |
Notifies callers of a data change.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxvoid NotifyDataChanged(
ProtocolSocket socket,
Object service,
NotifyDataChangedEventArgs e
)
Parameters
- socket
- Type: Demo3D.NetProtocolSocket
The protocol socket that raised the event. - service
- Type: SystemObject
The service that raised the event. - e
- Type: Demo3D.NetNotifyDataChangedEventArgs
Information about the event.
See Also