Sys.INotifyDisposing.disposing Event
Occurs when an object's resources are released.
my_INotifyDisposing.add_disposing(handler);
my_INotifyDisposing.remove_disposing(handler);
Arguments
- handler
The name of the event handler for the disposing event.
See Also
Reference
Sys.INotifyDisposing Interface