Virtual Photonics
Optional code that will be run before the database begins writing (after call to Open())
Namespace: Vts.IOAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
public Action PreWriteAction { get; set; }
public Action PreWriteAction { get; set; }
Public Property PreWriteAction As Action
Get
Set
Public Property PreWriteAction As Action
Get
Set
public:
property Action^ PreWriteAction {
Action^ get ();
void set (Action^ value);
}
public:
property Action^ PreWriteAction {
Action^ get ();
void set (Action^ value);
}
Property Value
Type:
Action