Show / Hide Table of Contents

Interface INotifyPasswordChanged

Interface definition of a notifitcation mechanism to indicate if a password has changes.

Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public interface INotifyPasswordChanged

Events

View Source

PasswordChanged

Raised when the password has changed.

Declaration
event PasswordChangedEventHandler PasswordChanged
Event Type
Type Description
PasswordChangedEventHandler

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX