Class BlobEventArgs
Inheritance
System.Object
System.EventArgs
BlobEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Blob
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class BlobEventArgs : EventArgs
Constructors
BlobEventArgs(BlobInfo, BlobInfo)
Initializes a new instance of the BlobEventArgs class.
Declaration
public BlobEventArgs(BlobInfo newBlobInfo, BlobInfo oldBlobInfo)
Parameters
Type | Name | Description |
---|---|---|
BlobInfo | newBlobInfo | The new BLOB info. |
BlobInfo | oldBlobInfo | The old BLOB info. |
Properties
NewBlobInfo
Gets the new BLOB info.
Declaration
public BlobInfo NewBlobInfo { get; }
Property Value
Type | Description |
---|---|
BlobInfo | The new BLOB info. |
OldBlobInfo
Gets the old BLOB info.
Declaration
public BlobInfo OldBlobInfo { get; }
Property Value
Type | Description |
---|---|
BlobInfo | The old BLOB info. |