NotifyDataChangedEventArgs Class |
Information about an INotifyDataChanged.DataChanged event.
Inheritance HierarchySystemObject SystemEventArgs Demo3D.NetNotifyDataChangedEventArgs More...
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxpublic class NotifyDataChangedEventArgs : EventArgs
The NotifyDataChangedEventArgs type exposes the following members.
Constructors
Remarks
Normally overridden to pass more information about the data that caused the event.
See the documentation for the service raising the event.
See Also
Inheritance Hierarchy