Interface ICloseable
Provides a mechanism for objects that can be closed. This interface is typically used for objects that require clean-up or release of resources when they are no longer needed. It includes a property for accessing the close controller responsible for the closing logic.
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public interface ICloseable : INotifyPropertyChanged
Properties
Name | Description |
---|---|
CloseController | Gets or sets the controller responsible for closing the object. |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)