'Declaration Protected Function New( _
ByVal dataStorageThe data storage that stores the objects.As Vintasoft.Data.IDataStorage, _
ByVal sourceSource object.As System.ICloneable, _
ByVal actionSourceAction source.As System.Object _
)
protected UndoAction(
Vintasoft.Data.IDataStorage dataStorage,
System.ICloneable source,
System.Object actionSource
)
protected: UndoAction(
Vintasoft.Data.IDataStorage* dataStorage,
System.ICloneable source,
System.Object actionSource
)
protected:
UndoAction(
Vintasoft.Data.IDataStorage^ dataStorage,
System.ICloneable source,
System.Object actionSource
)
Parameters
- dataStorage
- The data storage that stores the objects.
- source
- Source object.
- actionSource
- Action source.