Sys.INotifyDisposing.disposing Event
Occurs when an object's resources are released.
my_INotifyDisposing.add_disposing(handler);
my_INotifyDisposing.remove_disposing(handler);
- handler
The name of the event handler for the disposing event.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Occurs when an object's resources are released.
my_INotifyDisposing.add_disposing(handler);
my_INotifyDisposing.remove_disposing(handler);