Sys.INotifyDisposing Interface
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);
Members
Name |
Description |
---|---|
Occurs when an object's resources are released. |
Remarks
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.