Subscriber portal
Indicates that the type that implements the interface provides disposing notifications.
Namespace: Sys
Inherits: None
myNamespace.myClassName.registerClass('myNamespace.myClassName', null, Sys.INotifyDisposing, Sys.IDisposable);
Name
Description
Sys.INotifyDisposing.disposing Event
Occurs when an object's resources are released.
Implement this interface if the class must notify other objects when it is releasing resources. The base component class already implements this interface. Therefore, typically this interface is already available.