Click or drag to resize
MimeKit

MetadataChangedEventArgs Class

Event args used when a metadata changes.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MailKitMetadataChangedEventArgs

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class MetadataChangedEventArgs : EventArgs

The MetadataChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodMetadataChangedEventArgs Initializes a new instance of the MetadataChangedEventArgs class.
Top
Properties
 NameDescription
Public propertyMetadata Get the metadata that changed.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
Event args used when a metadata changes.
See Also