'Declaration Public Function New( _
ByVal dataStorageThe data storage.As Vintasoft.Data.IDataStorage, _
ByVal commentCollectionThe comment collection.As Vintasoft.Imaging.Annotation.Comments.AnnotationReplyCollection, _
ByVal actionSourceThe action source.As System.Object _
)
public AnnotationCommentCollectionUndoAction(
Vintasoft.Data.IDataStorage dataStorage,
Vintasoft.Imaging.Annotation.Comments.AnnotationReplyCollection commentCollection,
System.Object actionSource
)
public: AnnotationCommentCollectionUndoAction(
Vintasoft.Data.IDataStorage* dataStorage,
Vintasoft.Imaging.Annotation.Comments.AnnotationReplyCollection* commentCollection,
System.Object actionSource
)
public:
AnnotationCommentCollectionUndoAction(
Vintasoft.Data.IDataStorage^ dataStorage,
Vintasoft.Imaging.Annotation.Comments.AnnotationReplyCollection^ commentCollection,
System.Object actionSource
)
Parameters
- dataStorage
- The data storage.
- commentCollection
- The comment collection.
- actionSource
- The action source.