SQLiteCommandOnInstanceCreated Method |
Invoked every time an instance is loaded from the database.
Namespace:
SQLite
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax protected virtual void OnInstanceCreated(
Object obj
)
Parameters
- obj
- Type: SystemObject
The newly created object.
Remarks
This can be overridden in combination with the
NewCommand
method to hook into the life-cycle of objects.
Type safety is not possible because MonoTouch does not support virtual generic methods.
See Also