|
UserInfoDisposed Event
|
Occurs when the class has been disposed.
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+70deedf5e6ac0fdaa6bba427c53635967bcf87e2
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