AssociationChangedEventArgs<T> Members
Include Protected Members
Include Inherited Members
Provides data for the OnChanged event of EntityRef<TEntity>, EntitySet<TEntity>, or Microsoft.SharePoint.Linq.LookupList<T>.
The AssociationChangedEventArgs<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AssociationChangedEventArgs<T> | Initializes a new instance of the AssociationChangedEventArgs<T> class. |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets the entity involved in the change. | |
State | Gets the type of change. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top