|
UserInfoDisposed Event
|
Occurs when the class has been disposed.
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.264-beta+d1c3a754a4d50e5c740e530e6875e878ac32de9a
Syntaxpublic event EventHandler Disposed
Public Event Disposed As EventHandler
public:
virtual event EventHandler^ Disposed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}abstract Disposed : IEvent<EventHandler,
EventArgs>
override Disposed : IEvent<EventHandler,
EventArgs>function add_Disposed(value);
function remove_Disposed(value);
View SourceValue
EventHandlerImplements
ISupportLifecycleDisposed
See Also