ClassModelChangedEventArgs
Class
Definition
Namespace:Telerik.OpenAccess.Metadata
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public class ModelChangedEventArgs : EventArgs
Inheritance: objectEventArgsModelChangedEventArgs
Constructors
ModelChangedEventArgs()
Declaration
cs-api-definition
public ModelChangedEventArgs()
Properties
MetaItemAttributeKey
Declaration
cs-api-definition
public MetadataConstants MetaItemAttributeKey { get; set; }
Property Value
NewValue
Declaration
cs-api-definition
public object NewValue { get; set; }
Property Value
object
OldValue
Declaration
cs-api-definition
public object OldValue { get; set; }
Property Value
object