|
DataUpdaterDisposed Event
|
Disposed event.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic event EventHandler Disposed
Public Event Disposed As EventHandler
public:
event EventHandler^ Disposed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member Disposed : IEvent<EventHandler,
EventArgs>
function add_Disposed(value);
function remove_Disposed(value);
View SourceValue
EventHandler
See Also