Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StoreContentChangedEventArgs Constructor (StoreContentAction, Annotation^)

 

Initializes a new instance of the StoreContentChangedEventArgs class.

Namespace:   System.Windows.Annotations.Storage
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
StoreContentChangedEventArgs(
	StoreContentAction action,
	Annotation^ annotation
)

Parameters

action
Type: System.Windows.Annotations.Storage::StoreContentAction

The action of the event.

annotation
Type: System.Windows.Annotations::Annotation^

The annotation added or removed.

Exception Condition
ArgumentNullException

annotation or action is null.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft