IToastNotificationProgressBar Interface

Definition

Namespace: Articy.Api
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 
DisposePerforms 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

PropertyChangedOccurs when a property value changes.
(Inherited from INotifyPropertyChanged)
PropertyChangedForLogic
(Inherited from IPropertyChangedNotifier)
PropertyChangingOccurs when a property value is changing.
(Inherited from INotifyPropertyChanging)
PropertyChangingForLogic
(Inherited from IPropertyChangedNotifier)

See Also