IToastNotificationProgressBar Interface
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public interface IToastNotificationProgressBar : IPropertyChangedNotifier,
IPublicPropertyChangedRaiser, INotifyPropertyChanged, INotifyPropertyChanging, IDisposable- Implements
- IPropertyChangedNotifier, IPublicPropertyChangedRaiser, INotifyPropertyChanged, INotifyPropertyChanging, IDisposable
Properties
Methods
| Cancel | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| PublicRaisePropertyChanged | (Inherited from IPublicPropertyChangedRaiser) |
| PublicRaisePropertyChanging | (Inherited from IPublicPropertyChangedRaiser) |
| PublicRaiseSafePropertyChanged | (Inherited from IPublicPropertyChangedRaiser) |
| PublicRaiseSafePropertyChanging | (Inherited from IPublicPropertyChangedRaiser) |
Events
| PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged) |
| PropertyChangedForLogic | (Inherited from IPropertyChangedNotifier) |
| PropertyChanging | Occurs when a property value is changing. (Inherited from INotifyPropertyChanging) |
| PropertyChangingForLogic | (Inherited from IPropertyChangedNotifier) |