Class AppDto.ApplicationRowChangeEvent

Row event argument class

Inheritance
System.Object
System.EventArgs
AppDto.ApplicationRowChangeEvent
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.Commerce.Core.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class ApplicationRowChangeEvent : EventArgs

Constructors

ApplicationRowChangeEvent(AppDto.ApplicationRow, DataRowAction)

Declaration
public ApplicationRowChangeEvent(AppDto.ApplicationRow row, DataRowAction action)
Parameters
Type Name Description
AppDto.ApplicationRow row
System.Data.DataRowAction action

Properties

Action

Declaration
public DataRowAction Action { get; }
Property Value
Type Description
System.Data.DataRowAction

Row

Declaration
public AppDto.ApplicationRow Row { get; }
Property Value
Type Description
AppDto.ApplicationRow