Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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