StoreContentChangedEventArgs Class
Definition
Provides data for the StoreContentChanged event.
public ref class StoreContentChangedEventArgs : EventArgs
public class StoreContentChangedEventArgs : EventArgs
type StoreContentChangedEventArgs = class
inherit EventArgs
Public Class StoreContentChangedEventArgs
Inherits EventArgs
- Inheritance
Remarks
The StoreContentChangedEventArgs data includes the Annotation associated with the event and the StoreContentAction of Added or Deleted.
Constructors
StoreContentChangedEventArgs(StoreContentAction, Annotation) |
Initializes a new instance of the StoreContentChangedEventArgs(StoreContentAction, Annotation) class. |
Properties
Action |
Gets the action performed. |
Annotation |
Gets the Annotation that changed in the store. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |