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: