'Declaration Public Function New( _
ByVal dataStorageThe data storage that stores the AnnotationViewCollection objects.As Vintasoft.Data.IDataStorage, _
ByVal annotationViewCollectionChanged annotation view collection.As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection, _
ByVal actionSourceAction source.As System.Object _
)
public AnnotationViewCollectionUndoAction(
Vintasoft.Data.IDataStorage dataStorage,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection annotationViewCollection,
System.Object actionSource
)
public: AnnotationViewCollectionUndoAction(
Vintasoft.Data.IDataStorage* dataStorage,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection* annotationViewCollection,
System.Object actionSource
)
public:
AnnotationViewCollectionUndoAction(
Vintasoft.Data.IDataStorage^ dataStorage,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection^ annotationViewCollection,
System.Object actionSource
)
Parameters
- dataStorage
- The data storage that stores the AnnotationViewCollection objects.
- annotationViewCollection
- Changed annotation view collection.
- actionSource
- Action source.